Skip to content

Commit dc17a3a

Browse files
committed
Merge branch 'release/v1.12.1'
2 parents 152ffb3 + ce7dfb7 commit dc17a3a

File tree

7 files changed

+218
-85
lines changed

7 files changed

+218
-85
lines changed

boards/briki_abc_esp32.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@
2626
],
2727
"name": "Briki ABC (MBC-WB) - ESP32",
2828
"upload": {
29-
"protocol": "mbctool",
3029
"flash_size": "8MB",
3130
"maximum_ram_size": 327680,
3231
"maximum_size": 3407872,
32+
"protocol": "mbctool",
33+
"protocols": [
34+
"mbctool"
35+
],
3336
"require_upload_port": true,
3437
"speed": 1500000
3538
},

boards/briki_mbc-wb_esp32.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@
2626
],
2727
"name": "Briki MBC-WB - ESP32",
2828
"upload": {
29-
"protocol": "mbctool",
3029
"flash_size": "8MB",
3130
"maximum_ram_size": 327680,
3231
"maximum_size": 3407872,
32+
"protocol": "mbctool",
33+
"protocols": [
34+
"mbctool"
35+
],
3336
"require_upload_port": true,
3437
"speed": 1500000
3538
},

0 commit comments

Comments
 (0)