Skip to content

Commit 93ac4f9

Browse files
committed
Use 115200 upload speed by default // Resolve platformio#153
1 parent ac5acf4 commit 93ac4f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

boards/d1_mini.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"maximum_size": 4194304,
2424
"require_upload_port": true,
2525
"resetmethod": "nodemcu",
26-
"speed": 921600
26+
"speed": 115200
2727
},
2828
"url": "https://wiki.wemos.cc/products:d1:d1_mini",
2929
"vendor": "WEMOS"

boards/d1_mini_lite.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"maximum_size": 1048576,
2222
"require_upload_port": true,
2323
"resetmethod": "nodemcu",
24-
"speed": 921600
24+
"speed": 115200
2525
},
2626
"url": "https://wiki.wemos.cc/products:d1:d1_mini_lite",
2727
"vendor": "WEMOS"

boards/d1_mini_pro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"maximum_size": 16777216,
2424
"require_upload_port": true,
2525
"resetmethod": "nodemcu",
26-
"speed": 921600
26+
"speed": 115200
2727
},
2828
"url": "https://wiki.wemos.cc/products:d1:d1_mini",
2929
"vendor": "WEMOS"

boards/espectro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"maximum_size": 4194304,
2424
"require_upload_port": true,
2525
"resetmethod": "nodemcu",
26-
"speed": 921600
26+
"speed": 115200
2727
},
2828
"url": "https://shop.makestro.com/en/product/espectro-core/",
2929
"vendor": "DycodeX"

boards/oak.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"maximum_size": 4194304,
2222
"require_upload_port": true,
2323
"resetmethod": "ck",
24-
"speed": 921600
24+
"speed": 115200
2525
},
2626
"url": "http://digistump.com/category/22",
2727
"vendor": "DigiStump"

0 commit comments

Comments
 (0)