Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.9.49] 버전업 PR #698

Merged
merged 15 commits into from
Dec 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
451 changes: 451 additions & 0 deletions app/modules/c3coding_arduino.js

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions app/modules/c3coding_arduino.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"id": "5C0101",
"name": {
"en": "C3Coding Arduino",
"ko": "씨큐브코딩 아두이노"
},
"category": "board",
"platform": [
"win32",
"darwin"
],
"icon": "c3coding_arduino.png",
"module": "c3coding_arduino.js",
"driver": {
"win32-ia32": "arduino/dpinst-x86.exe",
"win32-x64": "arduino/dpinst-amd64.exe"
},
"url": "https://www.c3coding.com/",
"reconnect": true,
"firmware": "c3coding_arduino",
"hardware": {
"type": "serial",
"control": "slave",
"duration": 32,
"vendor": [
"Arduino",
"wch.cn",
"FTDI"
],
"baudRate": 115200,
"firmwarecheck": false,
"byteDelimiter": [
13,
10
]
}
}
Binary file added app/modules/c3coding_arduino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
729 changes: 729 additions & 0 deletions app/modules/hexaboard.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions app/modules/hexaboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "5A0101",
"name": {
"en": "HEXABOARD",
"ko": "헥사보드"
},
"category": "board",
"platform": ["win32", "darwin"],
"icon" : "hexaboard.png",
"module": "hexaboard.js",
"email": "kgu0724@makeitnow.kr",
"url": "https://makeitnow.kr/entry",
"selectPort" : true,
"firmware": "https://makeitnow.tistory.com/236",
"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"
},
"hardware": {
"type": "serial",
"control": "slave",
"duration": 32,
"baudRate": 115200
}
}
Binary file added app/modules/hexaboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/modules/runcoding.json
Original file line number Diff line number Diff line change
@@ -10,13 +10,13 @@
"module": "runcoding.js",
"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",
"darwin-x64": "CH34x_Install_MAC_10_9_AND_ABOVE/CH34x_Install_V1.3.pkg"
"win32-x64": "CH34x_Install_Windows_v3_4/CH34x_Install_Windows_v3_4.EXE"
},
"url": "https://runcoding.co.kr",
"email": "runcoding@naver.com",
"reconnect": true,
"firmware": "runcoding",
"selectPort": true,
"hardware": {
"type": "serial",
"control": "slave",
5 changes: 1 addition & 4 deletions app/modules/suno.json
Original file line number Diff line number Diff line change
@@ -39,10 +39,7 @@
"type": "serial",
"control": "slave",
"duration": 48,
"vendor": {
"win32": ["wch.cn", "Arduino"]
},
"vendor": ["wch.cn", "Arduino"],
"baudRate": 57600

}
}
2 changes: 1 addition & 1 deletion build/entry-hw.nsi
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
!define PRODUCT_NAME "Entry_HW"
!define PROTOCOL_NAME "entryhw"
!define APP_NAME "Entry_HW.exe"
!define PRODUCT_VERSION "1.9.48"
!define PRODUCT_VERSION "1.9.49"
!define PRODUCT_PUBLISHER "EntryLabs"
!define PRODUCT_WEB_SITE "https://www.playentry.org/"

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entry-hw",
"version": "1.9.48",
"version": "1.9.49",
"description": "엔트리 하드웨어 연결 프로그램",
"author": "EntryLabs",
"main": "./app/src/index.bundle.js",