-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #698 from entrylabs/develop-hw
[1.9.49] 버전업 PR
- Loading branch information
Showing
13 changed files
with
1,706 additions
and
33 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.