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).
This commit is contained in:
Peter
2019-09-19 00:36:55 +10:00
committed by Valerii Koval
parent 4e9904e326
commit b7c4677ad2
59 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -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"