Skip to content

Commit

Permalink
AIBOT 파일명 변경, 접속방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hagwon committed Jan 18, 2024
1 parent 9dd308f commit 4207c68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions app/modules/aibot.json → app/modules/jinirobot_aibot.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"category": "robot",
"platform": ["win32", "darwin"],
"icon": "aibot.png",
"module": "aibot.js",
"icon": "jinirobot_aibot.png",
"module": "jinirobot_aibot.js",
"driver": {
"win32-ia32": "CP210x_VCP_Windows/CP210xVCPInstaller_x86.exe",
"win32-x64": "CP210x_VCP_Windows/CP210xVCPInstaller_x64.exe"
Expand All @@ -17,12 +17,12 @@
"reconnect": true,
"firmwareBaudRate": 115200,
"firmware": "",
"selectPort": true,
"selectPort": false,
"hardware": {
"type": "serial",
"control": "slave",
"duration": 50,
"vendor": [],
"vendor": ["Silicon Labs"],
"baudRate": 57600,
"lostTimer": 3000,
"softwareReset": false,
Expand Down
File renamed without changes

0 comments on commit 4207c68

Please sign in to comment.