forked from entrylabs/entry-hw
-
Notifications
You must be signed in to change notification settings - Fork 0
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 entrylabs#379 from entrylabs/issue/12090
ESP32 보드 펌웨어 플래시
- Loading branch information
Showing
11 changed files
with
218 additions
and
97 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"printWidth": 100, | ||
"tabWidth": 4, | ||
"singleQuote": true, | ||
"trailingComma": "es5", | ||
"bracketSpacing": true, | ||
"semi": true, | ||
"arrowParens": "always" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"id": "011201", | ||
"name": { | ||
"en": "CodeWiz", | ||
"ko": "코드위즈" | ||
}, | ||
"category": "board", | ||
"platform": ["win32", "darwin"], | ||
"icon": "codewiz.png", | ||
"module": "codeino.js", | ||
"url": "http://www.codable.co.kr", | ||
"email": "[email protected]", | ||
"video": "https://goo.gl/cZaYCH", | ||
"reconnect": true, | ||
"selectPort": true, | ||
"firmware": { | ||
"type": "esp32", | ||
"offset": "0x10000", | ||
"name": "codewiz" | ||
}, | ||
"firmwareBaudRate": 921600, | ||
"hardware": { | ||
"type": "serial", | ||
"control": "slave", | ||
"duration": 32, | ||
"vendor": ["wch.cn", "FTDI"], | ||
"baudRate": 921600, | ||
"firmwarecheck": false, | ||
"advertise": 2000 | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.