Skip to content

Commit 87ccb55

Browse files
committed
Update default serial upload speed
1 parent b7c4677 commit 87ccb55

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

boards/esp32-devkitlipo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"maximum_ram_size": 327680,
2929
"maximum_size": 4194304,
3030
"require_upload_port": true,
31-
"speed": 921600
31+
"speed": 460800
3232
},
3333
"url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-DevKit-LiPo/open-source-hardware",
3434
"vendor": "OLIMEX"

boards/esp32-poe-iso.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
2727
"require_upload_port": true,
28-
"speed": 921600
28+
"speed": 460800
2929
},
3030
"url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO/open-source-hardware",
3131
"vendor": "OLIMEX"

boards/magicbit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
2727
"require_upload_port": true,
28-
"speed": 921600
28+
"speed": 460800
2929
},
3030
"url": "http://magicblocks.io/",
3131
"vendor": "Magicblocks.io"

boards/pycom_gpy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
2727
"require_upload_port": true,
28-
"speed": 921600
28+
"speed": 460800
2929
},
3030
"url": "https://pycom.io/product/gpy/",
3131
"vendor": "Pycom Ltd."

boards/tinypico.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
2727
"require_upload_port": true,
28-
"speed": 921600
28+
"speed": 460800
2929
},
3030
"url": "https://www.tinypico.com",
3131
"vendor": "TinyPICO"

boards/ttgo-t1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"maximum_ram_size": 327680,
2626
"maximum_size": 4194304,
2727
"require_upload_port": true,
28-
"speed": 921600
28+
"speed": 460800
2929
},
3030
"url": "https://github.com/LilyGO/ESP32-TTGO-T1",
3131
"vendor": "TTGO"

boards/wemos_d1_mini32.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"maximum_ram_size": 327680,
2929
"maximum_size": 4194304,
3030
"require_upload_port": true,
31-
"speed": 921600
31+
"speed": 460800
3232
},
3333
"url": "https://www.wemos.cc",
3434
"vendor": "WEMOS"

0 commit comments

Comments
 (0)