Skip to content

Commit a253029

Browse files
authored
Merge pull request #809 from entrylabs/develop-hw
Version up : 1.9.63
2 parents cf6c4f5 + fb13c99 commit a253029

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed
Binary file not shown.

app/modules/etboard.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@
1212
"win32-x64": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.EXE",
1313
"translate": "Arduino compatible driver"
1414
},
15-
"reconnect" : true,
16-
"firmwareBaudRate": 57600,
17-
"firmware": "http://et.ketri.re.kr/purchase/",
15+
"firmwareBaudRate": 921600,
16+
"reconnect" : true,
17+
"selectPort": true,
18+
"firmware": [{
19+
"type": "esp32",
20+
"offset": "0x0",
21+
"name": "ETboard_firmware_4_entry_by_onefile",
22+
"translate" : "ET보드펌웨어"
23+
}],
1824
"entry": {
1925
"protocol": "json"
2026
},

app/modules/etboard.png

-5.31 KB
Loading

build/entry-hw.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
!define PRODUCT_NAME "Entry_HW"
1515
!define PROTOCOL_NAME "entryhw"
1616
!define APP_NAME "Entry_HW.exe"
17-
!define PRODUCT_VERSION "1.9.62"
17+
!define PRODUCT_VERSION "1.9.63"
1818
!define PRODUCT_PUBLISHER "EntryLabs"
1919
!define PRODUCT_WEB_SITE "https://www.playentry.org/"
2020

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "entry-hw",
3-
"version": "1.9.62",
3+
"version": "1.9.63",
44
"description": "엔트리 하드웨어 연결 프로그램",
55
"author": "EntryLabs",
66
"main": "./app/src/index.bundle.js",

0 commit comments

Comments
 (0)