Skip to content

Commit

Permalink
fix: 프로보커넥트 연결문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
조현욱[SW교육플랫폼개발] committed Sep 19, 2023
1 parent 3bcaecf commit 9416688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion app/modules/ProboConnect.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const Lodash = require('lodash');
const BaseModule = require('./baseModule');

class ProboConnect extends BaseModule {
Expand Down
5 changes: 1 addition & 4 deletions app/modules/ProboConnect.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
"url": "https://www.probo.kr/",
"email": "[email protected]",
"reconnect": true,
"select_com_port": true,
"entry": {
"protocol": "json"
},
"selectPort": true,
"hardware": {
"type": "serial",
"control": "slave",
Expand Down

0 comments on commit 9416688

Please sign in to comment.