Skip to content

Commit

Permalink
Merge branch 'release/v1.12.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Apr 28, 2020
2 parents 152ffb3 + ce7dfb7 commit dc17a3a
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 85 deletions.
5 changes: 4 additions & 1 deletion boards/briki_abc_esp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
5 changes: 4 additions & 1 deletion boards/briki_mbc-wb_esp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
Loading

0 comments on commit dc17a3a

Please sign in to comment.