-
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 #737 from entrylabs/develop-hw
하드웨어 1.9.54 버전업
- Loading branch information
Showing
5 changed files
with
80 additions
and
42 deletions.
There are no files selected for viewing
Binary file not shown.
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,42 +1,44 @@ | ||
{ | ||
"id": "011201", | ||
"name": { | ||
"en": "CodeWiz", | ||
"ko": "코드위즈" | ||
}, | ||
"category": "board", | ||
"platform": ["win32"], | ||
"icon" : "codewiz.png", | ||
"module": "codewiz.js", | ||
"url": "https://www.codable.co.kr", | ||
"email": "[email protected]", | ||
"video": "https://youtu.be/79gc4e6p3i0", | ||
"driver": { | ||
"id": "011201", | ||
"name": { | ||
"en": "CodeWiz", | ||
"ko": "코드위즈" | ||
}, | ||
"category": "board", | ||
"platform": ["win32"], | ||
"icon": "codewiz.png", | ||
"module": "codewiz.js", | ||
"url": "https://www.codable.co.kr", | ||
"email": "[email protected]", | ||
"video": "https://youtu.be/79gc4e6p3i0", | ||
"driver": { | ||
"win32-ia32": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.EXE", | ||
"win32-x64": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.EXE" | ||
}, | ||
"reconnect" : true, | ||
"selectPort": true, | ||
"firmware": [{ | ||
"type": "esp32", | ||
"offset": "0x10000", | ||
"name": "codewiz", | ||
"translate" : "코드위즈 펌웨어(E_1.0)" | ||
}, | ||
{ | ||
"type": "esp32", | ||
"offset": "0x10000", | ||
"name": "codewizTooth", | ||
"translate" : "동글 코드위즈 펌웨어" | ||
}], | ||
"firmwareBaudRate": 921600, | ||
"hardware": { | ||
"type": "serial", | ||
"control": "slave", | ||
"duration": 32, | ||
"vendor": ["wch.cn"], | ||
"baudRate": 115200, | ||
"firmwarecheck" : false, | ||
"advertise": 2000 | ||
} | ||
"reconnect": true, | ||
"selectPort": true, | ||
"firmware": [ | ||
{ | ||
"type": "esp32", | ||
"offset": "0x10000", | ||
"name": "codewiz", | ||
"translate": "코드위즈 펌웨어(E_1.1)" | ||
}, | ||
{ | ||
"type": "esp32", | ||
"offset": "0x10000", | ||
"name": "codewizTooth", | ||
"translate": "동글 코드위즈 펌웨어" | ||
} | ||
], | ||
"firmwareBaudRate": 921600, | ||
"hardware": { | ||
"type": "serial", | ||
"control": "slave", | ||
"duration": 32, | ||
"vendor": ["wch.cn"], | ||
"baudRate": 115200, | ||
"firmwarecheck": false, | ||
"advertise": 2000 | ||
} | ||
} |
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
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
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