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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user