Skip to content

Commit

Permalink
Merge pull request #698 from entrylabs/develop-hw
Browse files Browse the repository at this point in the history
[1.9.49] 버전업 PR
  • Loading branch information
Tnks2U authored Dec 23, 2023
2 parents 477af27 + d5d7629 commit 1125816
Show file tree
Hide file tree
Showing 13 changed files with 1,706 additions and 33 deletions.
434 changes: 434 additions & 0 deletions app/firmwares/c3coding_arduino.hex

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions app/modules/aiot.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"id": "260201",
"name": {
"ko": "AIoT 보드",
"en": "AIoT Board"
},
"category": "board",
"platform": ["win32", "darwin"],
"icon" : "aiot.png",
"module": "aiot.js",
"url": "http://wonn.co.kr",
"email": "[email protected]",
"driver": {
"win32-ia32": "CDM21226_Setup/CDM21226_Setup.exe",
"win32-x64": "CDM21226_Setup/CDM21226_Setup.exe"
},
"reconnect" : true,
"firmware": "aiot",
"hardware": {
"type": "serial",
"control": "slave",
"duration": 32,
"vendor": ["Arduino", "wch.cn", "FTDI"],
"baudRate": 115200,
"firmwarecheck" : false
}
"id": "260201",
"name": {
"ko": "아두이노 확장 쉴드",
"en": "Arduino Extension Shield"
},
"category": "board",
"platform": ["win32", "darwin"],
"icon": "aiot.png",
"module": "aiot.js",
"email": "[email protected]",
"driver": {
"win32-ia32": "CDM21226_Setup/CDM21226_Setup.exe",
"win32-x64": "CDM21226_Setup/CDM21226_Setup.exe"
},
"selectPort": true,
"reconnect": true,
"firmware": "aiot",
"hardware": {
"type": "serial",
"control": "slave",
"duration": 32,
"vendor": ["Arduino", "wch.cn", "FTDI"],
"baudRate": 115200,
"firmwarecheck": false
}
}
Binary file modified app/modules/aiot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1125816

Please sign in to comment.