mirror of https://github.com/arendst/Tasmota.git
Merge pull request #10946 from Jason2866/patch-1
monitor speed is 115200 for ESP32
This commit is contained in:
commit
d3d4a49e7f
|
@ -56,7 +56,7 @@ board_build.partitions = esp32_partition_app1984k_spiffs64k.csv
|
|||
board_build.flash_mode = ${common.board_build.flash_mode}
|
||||
board_build.f_flash = ${common.board_build.f_flash}
|
||||
board_build.f_cpu = ${common.board_build.f_cpu}
|
||||
monitor_speed = ${common.monitor_speed}
|
||||
monitor_speed = 115200
|
||||
upload_port = ${common.upload_port}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
upload_speed = 921600
|
||||
|
|
Loading…
Reference in New Issue