Add mbctool to the list of non debug protocols
This commit is contained in:
@@ -26,10 +26,13 @@
|
||||
],
|
||||
"name": "Briki ABC (MBC-WB) - ESP32",
|
||||
"upload": {
|
||||
"protocol": "mbctool",
|
||||
"flash_size": "8MB",
|
||||
"maximum_ram_size": 327680,
|
||||
"maximum_size": 3407872,
|
||||
"protocol": "mbctool",
|
||||
"protocols": [
|
||||
"mbctool"
|
||||
],
|
||||
"require_upload_port": true,
|
||||
"speed": 1500000
|
||||
},
|
||||
|
||||
@@ -26,10 +26,13 @@
|
||||
],
|
||||
"name": "Briki MBC-WB - ESP32",
|
||||
"upload": {
|
||||
"protocol": "mbctool",
|
||||
"flash_size": "8MB",
|
||||
"maximum_ram_size": 327680,
|
||||
"maximum_size": 3407872,
|
||||
"protocol": "mbctool",
|
||||
"protocols": [
|
||||
"mbctool"
|
||||
],
|
||||
"require_upload_port": true,
|
||||
"speed": 1500000
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user