From b7c4677ad23d4f1c2b7a2b97f10954d4643cdd14 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 19 Sep 2019 00:36:55 +1000 Subject: [PATCH] Change default serial upload speed to 460k (#223) Whilst the esp8266/Arduino core has defaulted and limited their upload speeds to 460800, the ESP32 core has not, but is subject to the same issues, namely compatability issues with CH340 usb serial chip and higher baud rates (possibly only on *nix based systems). There is possibly little benefit going higher than 460800 due to flash erase and write times rather than serial transfer times (even if it were to connect reliably). --- boards/alksesp32.json | 2 +- boards/bpi-bit.json | 2 +- boards/d-duino-32.json | 2 +- boards/esp-wrover-kit.json | 2 +- boards/esp32-evb.json | 2 +- boards/esp32-gateway.json | 2 +- boards/esp32-poe.json | 2 +- boards/esp32-pro.json | 2 +- boards/esp320.json | 2 +- boards/esp32dev.json | 2 +- boards/esp32doit-devkit-v1.json | 2 +- boards/esp32thing.json | 2 +- boards/esp32vn-iot-uno.json | 2 +- boards/espea32.json | 2 +- boards/espectro32.json | 2 +- boards/espino32.json | 2 +- boards/featheresp32.json | 2 +- boards/firebeetle32.json | 2 +- boards/fm-devkit.json | 2 +- boards/frogboard.json | 2 +- boards/heltec_wifi_kit_32.json | 2 +- boards/heltec_wifi_lora_32.json | 2 +- boards/heltec_wifi_lora_32_V2.json | 2 +- boards/heltec_wireless_stick.json | 2 +- boards/hornbill32dev.json | 2 +- boards/hornbill32minima.json | 2 +- boards/intorobot.json | 2 +- boards/iotbusio.json | 2 +- boards/iotbusproteus.json | 2 +- boards/lolin32.json | 2 +- boards/lolin_d32.json | 2 +- boards/lolin_d32_pro.json | 2 +- boards/lopy.json | 2 +- boards/lopy4.json | 2 +- boards/m5stack-core-esp32.json | 2 +- boards/m5stack-fire.json | 2 +- boards/m5stack-grey.json | 2 +- boards/m5stick-c.json | 2 +- boards/mhetesp32devkit.json | 2 +- boards/mhetesp32minikit.json | 2 +- boards/microduino-core-esp32.json | 2 +- boards/nano32.json | 2 +- boards/nina_w10.json | 2 +- boards/node32s.json | 2 +- boards/nodemcu-32s.json | 2 +- boards/odroid_esp32.json | 2 +- boards/onehorse32dev.json | 2 +- boards/oroca_edubot.json | 2 +- boards/pico32.json | 2 +- boards/pocket_32.json | 2 +- boards/quantum.json | 2 +- boards/sparkfun_lora_gateway_1-channel.json | 2 +- boards/ttgo-lora32-v1.json | 2 +- boards/ttgo-t-beam.json | 2 +- boards/turta_iot_node.json | 2 +- boards/wemosbat.json | 2 +- boards/wesp32.json | 2 +- boards/widora-air.json | 2 +- boards/xinabox_cw02.json | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/boards/alksesp32.json b/boards/alksesp32.json index ac9cca8..860ea4a 100644 --- a/boards/alksesp32.json +++ b/boards/alksesp32.json @@ -27,7 +27,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter.git", "vendor": "RoboticsBrno" diff --git a/boards/bpi-bit.json b/boards/bpi-bit.json index c971c1b..a6f8c86 100644 --- a/boards/bpi-bit.json +++ b/boards/bpi-bit.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://en.wikipedia.org/wiki/ESP32", "vendor": "BPI Tech" diff --git a/boards/d-duino-32.json b/boards/d-duino-32.json index 733d5a0..da1e8ad 100644 --- a/boards/d-duino-32.json +++ b/boards/d-duino-32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.tindie.com/products/lspoplove/dstike-d-duino-32-v3/", "vendor": "DSTIKE" diff --git a/boards/esp-wrover-kit.json b/boards/esp-wrover-kit.json index 5bcb420..299fa03 100644 --- a/boards/esp-wrover-kit.json +++ b/boards/esp-wrover-kit.json @@ -43,7 +43,7 @@ "ftdi" ], "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://espressif.com/en/products/hardware/esp-wrover-kit/overview", "vendor": "Espressif" diff --git a/boards/esp32-evb.json b/boards/esp32-evb.json index 598b03f..1420f3c 100644 --- a/boards/esp32-evb.json +++ b/boards/esp32-evb.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.olimex.com/Products/IoT/ESP32-EVB/open-source-hardware", "vendor": "OLIMEX" diff --git a/boards/esp32-gateway.json b/boards/esp32-gateway.json index 792aba2..20cd0cd 100644 --- a/boards/esp32-gateway.json +++ b/boards/esp32-gateway.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.olimex.com/Products/IoT/ESP32-GATEWAY/open-source-hardware", "vendor": "OLIMEX" diff --git a/boards/esp32-poe.json b/boards/esp32-poe.json index e97c941..46a1f9e 100644 --- a/boards/esp32-poe.json +++ b/boards/esp32-poe.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware", "vendor": "OLIMEX" diff --git a/boards/esp32-pro.json b/boards/esp32-pro.json index 9aa25cf..311ecb1 100644 --- a/boards/esp32-pro.json +++ b/boards/esp32-pro.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-PRO/open-source-hardware", "vendor": "OLIMEX" diff --git a/boards/esp320.json b/boards/esp320.json index 85d2b47..a62b5cc 100644 --- a/boards/esp320.json +++ b/boards/esp320.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.sweetpeas.se/controller-modules/10-esp210.html", "vendor": "Electronic SweetPeas" diff --git a/boards/esp32dev.json b/boards/esp32dev.json index f560a60..2d7bf48 100644 --- a/boards/esp32dev.json +++ b/boards/esp32dev.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://en.wikipedia.org/wiki/ESP32", "vendor": "Espressif" diff --git a/boards/esp32doit-devkit-v1.json b/boards/esp32doit-devkit-v1.json index 4352482..0b0c46f 100644 --- a/boards/esp32doit-devkit-v1.json +++ b/boards/esp32doit-devkit-v1.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.doit.am/", "vendor": "DOIT" diff --git a/boards/esp32thing.json b/boards/esp32thing.json index 6970f06..c338285 100644 --- a/boards/esp32thing.json +++ b/boards/esp32thing.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.sparkfun.com/products/13907", "vendor": "SparkFun Electronics" diff --git a/boards/esp32vn-iot-uno.json b/boards/esp32vn-iot-uno.json index dbe1f4c..7b3b8d9 100644 --- a/boards/esp32vn-iot-uno.json +++ b/boards/esp32vn-iot-uno.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://esp32.vn/", "vendor": "ESP32vn" diff --git a/boards/espea32.json b/boards/espea32.json index e2ca12b..64f275b 100644 --- a/boards/espea32.json +++ b/boards/espea32.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://blog.aprbrother.com/product/espea", "vendor": "April Brother" diff --git a/boards/espectro32.json b/boards/espectro32.json index 789b1aa..73d6c46 100644 --- a/boards/espectro32.json +++ b/boards/espectro32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 2000000 + "speed": 460800 }, "url": "https://shop.makestro.com/product/espectro32", "vendor": "DycodeX" diff --git a/boards/espino32.json b/boards/espino32.json index 1292af6..bd725be 100644 --- a/boards/espino32.json +++ b/boards/espino32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://thaieasyelec.com/products/development-boards/espino-wifi-development-board-detail.html", "vendor": "ThaiEasyElec" diff --git a/boards/featheresp32.json b/boards/featheresp32.json index 218d7f4..9e37afe 100644 --- a/boards/featheresp32.json +++ b/boards/featheresp32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.adafruit.com/product/3405", "vendor": "Adafruit" diff --git a/boards/firebeetle32.json b/boards/firebeetle32.json index d20d98a..e169ecd 100644 --- a/boards/firebeetle32.json +++ b/boards/firebeetle32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://dfrobotblog.wordpress.com", "vendor": "DFRobot" diff --git a/boards/fm-devkit.json b/boards/fm-devkit.json index cb5225e..3cac52c 100644 --- a/boards/fm-devkit.json +++ b/boards/fm-devkit.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://github.com/dragon-engineer/esp32_fmdevkit", "vendor": "Unknown" diff --git a/boards/frogboard.json b/boards/frogboard.json index 0649ee4..13eb4d0 100644 --- a/boards/frogboard.json +++ b/boards/frogboard.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.tindie.com/products/fred_IOT/esp32s-esp-wroom32-frogopins-development-board/", "vendor": "Fred" diff --git a/boards/heltec_wifi_kit_32.json b/boards/heltec_wifi_kit_32.json index 1484461..893abea 100644 --- a/boards/heltec_wifi_kit_32.json +++ b/boards/heltec_wifi_kit_32.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.heltec.cn/project/wifi-kit-32/?lang=en", "vendor": "Heltec Automation" diff --git a/boards/heltec_wifi_lora_32.json b/boards/heltec_wifi_lora_32.json index 554c6f3..065663c 100644 --- a/boards/heltec_wifi_lora_32.json +++ b/boards/heltec_wifi_lora_32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.heltec.cn", "vendor": "Heltec Automation" diff --git a/boards/heltec_wifi_lora_32_V2.json b/boards/heltec_wifi_lora_32_V2.json index 3f89021..8099df9 100644 --- a/boards/heltec_wifi_lora_32_V2.json +++ b/boards/heltec_wifi_lora_32_V2.json @@ -29,7 +29,7 @@ "maximum_ram_size": 327680, "maximum_size": 8388608, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.heltec.cn/project/wifi-lora-32/?lang=en", "vendor": "Heltec Automation" diff --git a/boards/heltec_wireless_stick.json b/boards/heltec_wireless_stick.json index b3fe3ee..dd4a8f5 100644 --- a/boards/heltec_wireless_stick.json +++ b/boards/heltec_wireless_stick.json @@ -29,7 +29,7 @@ "maximum_ram_size": 327680, "maximum_size": 8388608, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.heltec.cn/project/wireless-stick/?lang=en", "vendor": "Heltec Automation" diff --git a/boards/hornbill32dev.json b/boards/hornbill32dev.json index dfcc5ca..6b90af6 100644 --- a/boards/hornbill32dev.json +++ b/boards/hornbill32dev.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://hackaday.io/project/18997-hornbill", "vendor": "Hornbill" diff --git a/boards/hornbill32minima.json b/boards/hornbill32minima.json index d7a850d..c1ec6ab 100644 --- a/boards/hornbill32minima.json +++ b/boards/hornbill32minima.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://hackaday.io/project/18997-hornbill", "vendor": "Hornbill" diff --git a/boards/intorobot.json b/boards/intorobot.json index 1c13162..1853b92 100644 --- a/boards/intorobot.json +++ b/boards/intorobot.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://docs.intorobot.com/zh/hardware/fig/hardware/", "vendor": "IntoRobot" diff --git a/boards/iotbusio.json b/boards/iotbusio.json index 24cc4cd..1cbbe7c 100644 --- a/boards/iotbusio.json +++ b/boards/iotbusio.json @@ -30,7 +30,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.oddwires.com/iot-bus-io-esp32-processor-with-wifi-and-bluetooth/", "vendor": "oddWires" diff --git a/boards/iotbusproteus.json b/boards/iotbusproteus.json index e7db599..6c23456 100644 --- a/boards/iotbusproteus.json +++ b/boards/iotbusproteus.json @@ -30,7 +30,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.oddwires.com/proteus-iot-bus-esp32-microprocessor-wi-fi-and-bluetooth-with-prototype-board-form-factor/", "vendor": "oddWires" diff --git a/boards/lolin32.json b/boards/lolin32.json index d264cd5..4b91281 100644 --- a/boards/lolin32.json +++ b/boards/lolin32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://wiki.wemos.cc/products:lolin32:lolin32", "vendor": "WEMOS" diff --git a/boards/lolin_d32.json b/boards/lolin_d32.json index 54cff73..3141b1d 100644 --- a/boards/lolin_d32.json +++ b/boards/lolin_d32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://wiki.wemos.cc/products:d32:d32", "vendor": "WEMOS" diff --git a/boards/lolin_d32_pro.json b/boards/lolin_d32_pro.json index c96ba26..7fc268b 100644 --- a/boards/lolin_d32_pro.json +++ b/boards/lolin_d32_pro.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://wiki.wemos.cc/products:d32:d32_pro", "vendor": "WEMOS" diff --git a/boards/lopy.json b/boards/lopy.json index 2c6ecaa..b6ae5df 100644 --- a/boards/lopy.json +++ b/boards/lopy.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://pycom.io/", "vendor": "Pycom Ltd." diff --git a/boards/lopy4.json b/boards/lopy4.json index c26596c..191863f 100644 --- a/boards/lopy4.json +++ b/boards/lopy4.json @@ -28,7 +28,7 @@ "maximum_ram_size": 1310720, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://pycom.io/", "vendor": "Pycom Ltd." diff --git a/boards/m5stack-core-esp32.json b/boards/m5stack-core-esp32.json index ca13b1a..11a2311 100644 --- a/boards/m5stack-core-esp32.json +++ b/boards/m5stack-core-esp32.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.m5stack.com", "vendor": "M5Stack" diff --git a/boards/m5stack-fire.json b/boards/m5stack-fire.json index e846bb4..a9d99d8 100644 --- a/boards/m5stack-fire.json +++ b/boards/m5stack-fire.json @@ -26,7 +26,7 @@ "maximum_ram_size": 6553600, "maximum_size": 16777216, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.m5stack.com", "vendor": "M5Stack" diff --git a/boards/m5stack-grey.json b/boards/m5stack-grey.json index 071387b..6538f0c 100644 --- a/boards/m5stack-grey.json +++ b/boards/m5stack-grey.json @@ -25,7 +25,7 @@ "maximum_ram_size": 532480, "maximum_size": 16777216, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.m5stack.com", "vendor": "M5Stack" diff --git a/boards/m5stick-c.json b/boards/m5stick-c.json index b5d7425..2fcf220 100644 --- a/boards/m5stick-c.json +++ b/boards/m5stick-c.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 1500000 + "speed": 460800 }, "url": "http://www.m5stack.com", "vendor": "M5Stack" diff --git a/boards/mhetesp32devkit.json b/boards/mhetesp32devkit.json index 6d85361..4c9cf1b 100644 --- a/boards/mhetesp32devkit.json +++ b/boards/mhetesp32devkit.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://forum.mhetlive.com", "vendor": "MH-ET Live" diff --git a/boards/mhetesp32minikit.json b/boards/mhetesp32minikit.json index fc2e414..57b60cc 100644 --- a/boards/mhetesp32minikit.json +++ b/boards/mhetesp32minikit.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://forum.mhetlive.com", "vendor": "MH-ET Live" diff --git a/boards/microduino-core-esp32.json b/boards/microduino-core-esp32.json index 0dd02ba..0256b77 100644 --- a/boards/microduino-core-esp32.json +++ b/boards/microduino-core-esp32.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 2000000 + "speed": 460800 }, "url": "https://microduinoinc.com", "vendor": "Microduino" diff --git a/boards/nano32.json b/boards/nano32.json index f594860..269ef8c 100644 --- a/boards/nano32.json +++ b/boards/nano32.json @@ -27,7 +27,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://iot-bits.com/nano32-esp32-development-board", "vendor": "MakerAsia" diff --git a/boards/nina_w10.json b/boards/nina_w10.json index 1a06afb..48581e6 100644 --- a/boards/nina_w10.json +++ b/boards/nina_w10.json @@ -26,7 +26,7 @@ "maximum_ram_size": 327680, "maximum_size": 2097152, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.u-blox.com/en/product/nina-w10-series", "vendor": "u-blox" diff --git a/boards/node32s.json b/boards/node32s.json index 488b20f..5b9b1fe 100644 --- a/boards/node32s.json +++ b/boards/node32s.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.ayarafun.com", "vendor": "Aiyarafun" diff --git a/boards/nodemcu-32s.json b/boards/nodemcu-32s.json index e91b385..2588c61 100644 --- a/boards/nodemcu-32s.json +++ b/boards/nodemcu-32s.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://www.nodemcu.com/", "vendor": "NodeMCU" diff --git a/boards/odroid_esp32.json b/boards/odroid_esp32.json index b7761fc..a5d226e 100644 --- a/boards/odroid_esp32.json +++ b/boards/odroid_esp32.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 16777216, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.hardkernel.com/main/products/prdt_info.php?g_code=G152875062626", "vendor": "Hardkernel" diff --git a/boards/onehorse32dev.json b/boards/onehorse32dev.json index 5781a54..965a291 100644 --- a/boards/onehorse32dev.json +++ b/boards/onehorse32dev.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.tindie.com/products/onehorse/esp32-development-board/", "vendor": "Onehorse" diff --git a/boards/oroca_edubot.json b/boards/oroca_edubot.json index 6224392..04d7088 100644 --- a/boards/oroca_edubot.json +++ b/boards/oroca_edubot.json @@ -26,7 +26,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://github.com/oroca/OROCA-EduBot", "vendor": "OROCA" diff --git a/boards/pico32.json b/boards/pico32.json index b02fff0..312c61a 100644 --- a/boards/pico32.json +++ b/boards/pico32.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://esp-idf.readthedocs.io/en/latest/get-started/get-started-pico-kit.html", "vendor": "Espressif" diff --git a/boards/pocket_32.json b/boards/pocket_32.json index 455b381..4bcb131 100644 --- a/boards/pocket_32.json +++ b/boards/pocket_32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://dong-sen.com", "vendor": "Dongsen Technology" diff --git a/boards/quantum.json b/boards/quantum.json index 746c5c0..8b6af91 100644 --- a/boards/quantum.json +++ b/boards/quantum.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 16777216, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://wiki.jackslab.org/Noduino", "vendor": "Noduino" diff --git a/boards/sparkfun_lora_gateway_1-channel.json b/boards/sparkfun_lora_gateway_1-channel.json index 8242063..971e927 100644 --- a/boards/sparkfun_lora_gateway_1-channel.json +++ b/boards/sparkfun_lora_gateway_1-channel.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.sparkfun.com/products/15006", "vendor": "SparkFun" diff --git a/boards/ttgo-lora32-v1.json b/boards/ttgo-lora32-v1.json index 21421d0..7f58dcd 100644 --- a/boards/ttgo-lora32-v1.json +++ b/boards/ttgo-lora32-v1.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.google.com.ua/search?q=TTGO+LoRa32-OLED+V1", "vendor": "TTGO" diff --git a/boards/ttgo-t-beam.json b/boards/ttgo-t-beam.json index 75dd975..0e7c444 100644 --- a/boards/ttgo-t-beam.json +++ b/boards/ttgo-t-beam.json @@ -28,7 +28,7 @@ "maximum_ram_size": 1310720, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://github.com/LilyGO/TTGO-T-Beam", "vendor": "TTGO" diff --git a/boards/turta_iot_node.json b/boards/turta_iot_node.json index 0bccbd0..8eb5085 100644 --- a/boards/turta_iot_node.json +++ b/boards/turta_iot_node.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.turta.io/en/iotnode", "vendor": "Turta" diff --git a/boards/wemosbat.json b/boards/wemosbat.json index 02c0e93..94f278a 100644 --- a/boards/wemosbat.json +++ b/boards/wemosbat.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://www.wemos.cc", "vendor": "WEMOS" diff --git a/boards/wesp32.json b/boards/wesp32.json index dd97f3a..7c6eb84 100644 --- a/boards/wesp32.json +++ b/boards/wesp32.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://wesp32.com/", "vendor": "Silicognition" diff --git a/boards/widora-air.json b/boards/widora-air.json index d9df178..5b53347 100644 --- a/boards/widora-air.json +++ b/boards/widora-air.json @@ -25,7 +25,7 @@ "maximum_ram_size": 327680, "maximum_size": 16777216, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "http://widora.io", "vendor": "Widora" diff --git a/boards/xinabox_cw02.json b/boards/xinabox_cw02.json index c0f1ac7..d1dc242 100644 --- a/boards/xinabox_cw02.json +++ b/boards/xinabox_cw02.json @@ -28,7 +28,7 @@ "maximum_ram_size": 327680, "maximum_size": 4194304, "require_upload_port": true, - "speed": 921600 + "speed": 460800 }, "url": "https://xinabox.cc/products/cw02", "vendor": "XinaBox"