Skip to content

Commit

Permalink
Merge pull request #653 from CHOGyungChan/develop-hw
Browse files Browse the repository at this point in the history
CH340 드라이버 추가
  • Loading branch information
Tnks2U authored Aug 21, 2023
2 parents 3793a25 + 20017cf commit 94e1498
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
19 changes: 14 additions & 5 deletions app/modules/asomebot.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@
],
"icon": "asomebot.png",
"module": "asomebot.js",
"driver": {
"win32-ia32": "CP210x_VCP_Windows/CP210xVCPInstaller_x86.exe",
"win32-x64": "CP210x_VCP_Windows/CP210xVCPInstaller_x64.exe",
"darwin-x64": "Mac_OSX_VCP_Driver/SiLabsUSBDriverDisk.dmg"
},
"driver": [
{
"win32-ia32": "CP210x_VCP_Windows/CP210xVCPInstaller_x86.exe",
"win32-x64": "CP210x_VCP_Windows/CP210xVCPInstaller_x64.exe",
"darwin-x64": "Mac_OSX_VCP_Driver/SiLabsUSBDriverDisk.dmg",
"translate": "USB 드라이버 "
},
{
"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": "https://entrylabs.github.io/docs/files/drivers/CH34x_Install_MAC_10_9_AND_ABOVE/CH34x_Install_V1.3.pkg",
"translate": "CH340 드라이버"
}
],
"selectPort": true,
"reconnect": true,
"hardware": {
Expand Down
19 changes: 14 additions & 5 deletions app/modules/asomekit.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@
],
"icon": "asomekit.png",
"module": "asomekit.js",
"driver": {
"win32-ia32": "CP210x_VCP_Windows/CP210xVCPInstaller_x86.exe",
"win32-x64": "CP210x_VCP_Windows/CP210xVCPInstaller_x64.exe",
"darwin-x64": "Mac_OSX_VCP_Driver/SiLabsUSBDriverDisk.dmg"
},
"driver": [
{
"win32-ia32": "CP210x_VCP_Windows/CP210xVCPInstaller_x86.exe",
"win32-x64": "CP210x_VCP_Windows/CP210xVCPInstaller_x64.exe",
"darwin-x64": "Mac_OSX_VCP_Driver/SiLabsUSBDriverDisk.dmg",
"translate": "USB 드라이버 "
},
{
"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": "https://entrylabs.github.io/docs/files/drivers/CH34x_Install_MAC_10_9_AND_ABOVE/CH34x_Install_V1.3.pkg",
"translate": "CH340 드라이버"
}
],
"selectPort": true,
"reconnect": true,
"hardware": {
Expand Down

0 comments on commit 94e1498

Please sign in to comment.