Skip to content

Commit 1351b3b

Browse files
authored
Merge pull request #563 from entrylabs/develop-hw
Revert "Merge pull request #559 from teamong/develop-hw"
2 parents ea7ae30 + 491d1c1 commit 1351b3b

10 files changed

+973
-1129
lines changed

app/firmwares/mechatro.hex

+731-828
Large diffs are not rendered by default.

app/modules/mechatro.js

+225-262
Large diffs are not rendered by default.

app/modules/mechatro_nano_old_bootloader.json renamed to app/modules/mechatro_nano.json

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2-
"id": "1F0110",
2+
"id": "1F0102",
33
"name": {
4-
"en": "Mechatro Nano (old bootloader)",
5-
"ko": "메카트로 나노 (올드 부트로더)"
4+
"en": "Mechatro Nano+",
5+
"ko": "메카트로 나노+"
66
},
77
"category": "board",
8-
"platform": [
9-
"win32",
10-
"darwin"
11-
],
12-
"icon": "mechatro_nano_old_bootloader.png",
8+
"platform": ["win32", "darwin"],
9+
"icon": "mechatro_nano.png",
1310
"module": "mechatro.js",
1411
"driver": [
1512
{
@@ -27,17 +24,13 @@
2724
"url": "http://cafe.naver.com/easybread",
2825
"email": "[email protected]",
2926
"reconnect": true,
30-
"firmwareBaudRate": 57600,
3127
"firmware": "mechatro",
28+
"firmwareBaudRate": 57600,
3229
"hardware": {
3330
"type": "serial",
3431
"control": "slave",
3532
"duration": 35,
36-
"vendor": [
37-
"Arduino",
38-
"wch.cn",
39-
"FTDI"
40-
],
33+
"vendor": ["Arduino", "wch.cn", "FTDI"],
4134
"baudRate": 57600,
4235
"lostTimer": 1000,
4336
"firmwarecheck": false

app/modules/mechatro_nano.png

10.7 KB
Loading
-31.7 KB
Binary file not shown.

app/modules/mechatro_uno_nano.json renamed to app/modules/mechatro_uno.json

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
{
22
"id": "1F0101",
33
"name": {
4-
"en": "Mechatro Uno/Mano",
5-
"ko": "메카트로 우노/나노"
4+
"en": "Mechatro Uno+",
5+
"ko": "메카트로 우노+"
66
},
77
"category": "board",
8-
"platform": [
9-
"win32",
10-
"darwin"
11-
],
12-
"icon": "mechatro_uno_nano.png",
13-
"module": "mechatro.js",
8+
"platform": ["win32", "darwin"],
9+
"icon": "mechatro_uno.png",
1410
"url": "http://cafe.naver.com/easybread",
1511
"email": "[email protected]",
16-
"reconnect": true,
12+
"module": "mechatro.js",
1713
"driver": {
1814
"win32-ia32": "arduino/dpinst-x86.exe",
1915
"win32-x64": "arduino/dpinst-amd64.exe"
2016
},
17+
"reconnect": true,
2118
"firmware": [
2219
{
2320
"name": "mechatro",
@@ -28,11 +25,7 @@
2825
"type": "serial",
2926
"control": "slave",
3027
"duration": 32,
31-
"vendor": [
32-
"Arduino",
33-
"wch.cn",
34-
"FTDI"
35-
],
28+
"vendor": ["Arduino", "wch.cn", "FTDI"],
3629
"baudRate": 57600,
3730
"lostTimer": 1000,
3831
"firmwarecheck": false

app/modules/mechatro_uno.png

10.8 KB
Loading

app/modules/mechatro_uno_bt.json

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"id": "1F0102",
2+
"id": "1F0103",
33
"name": {
44
"en": "Mechatro Uno+BT",
55
"ko": "메카트로 우노+블루투스"
66
},
77
"category": "board",
8-
"platform": [
9-
"win32",
10-
"darwin"
11-
],
8+
"platform": ["win32", "darwin"],
129
"icon": "mechatro_uno_bt.png",
1310
"url": "http://cafe.naver.com/easybread",
1411
"email": "[email protected]",
@@ -23,12 +20,7 @@
2320
"type": "bluetooth",
2421
"control": "slave",
2522
"duration": 32,
26-
"vendor": [
27-
"Microsoft",
28-
"Arduino",
29-
"wch.cn",
30-
"FTDI"
31-
],
23+
"vendor": ["Microsoft", "Arduino", "wch.cn", "FTDI"],
3224
"baudRate": 57600
3325
}
3426
}

app/modules/mechatro_uno_bt.png

-23.9 KB
Loading

app/modules/mechatro_uno_nano.png

-32.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)