mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11388 from Jason2866/patch-2
Correct monitor speed for ESP8266 in VSC Terminal
This commit is contained in:
commit
a30c87e9e8
|
@ -80,7 +80,7 @@ build_flags = ${core.build_flags}
|
|||
|
||||
board_build.f_cpu = 80000000L
|
||||
board_build.f_flash = 40000000L
|
||||
monitor_speed = 74880
|
||||
monitor_speed = 115200
|
||||
monitor_port = COM5
|
||||
upload_speed = 115200
|
||||
; *** Upload Serial reset method for Wemos and NodeMCU
|
||||
|
|
Loading…
Reference in New Issue