Skip to content

Commit

Permalink
Hexaboard 윈도우 연결안되는 문제 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
kkongnamul11 committed Feb 14, 2024
1 parent 51e1a06 commit 1d00e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/modules/hexaboard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// const _ = global.$;
const BaseModule = require('./baseModule');
const { forEach } = require('lodash');
// const { forEach } = require('lodash');

class hexaboard extends BaseModule {
constructor() {
Expand Down
2 changes: 2 additions & 0 deletions app/modules/hexaboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"email": "[email protected]",
"url": "https://makeitnow.kr/entry",
"selectPort" : true,
"reconnect" : true,
"firmware": "https://makeitnow.tistory.com/236",
"driver": {
"win32-ia32": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.EXE",
Expand All @@ -19,6 +20,7 @@
"hardware": {
"type": "serial",
"control": "slave",
"vendor": ["wch.cn"],
"duration": 32,
"baudRate": 115200
}
Expand Down

0 comments on commit 1d00e26

Please sign in to comment.