Skip to content

Commit

Permalink
See Issue #19664 (#19665)
Browse files Browse the repository at this point in the history
Signed-off-by: Günter Neiß <[email protected]>
  • Loading branch information
gneiss15 authored Oct 4, 2023
1 parent d96ed15 commit 32d840d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ custom_unpack_dir = unpacked_littlefs
build_unflags = ${core.build_unflags}
build_flags = ${core.build_flags}
monitor_speed = 115200
monitor_echo = yes
; *** Upload Serial reset method for Wemos and NodeMCU
upload_resetmethod = nodemcu
extra_scripts = ${esp_defaults.extra_scripts}
Expand Down
1 change: 1 addition & 0 deletions platformio_tasmota_env.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ board_build.filesystem = ${common.board_build.filesystem}
build_unflags = ${common.build_unflags}
build_flags = ${esp82xx_defaults.build_flags}
monitor_speed = ${common.monitor_speed}
monitor_echo = ${common.monitor_echo}
upload_resetmethod = ${common.upload_resetmethod}
extra_scripts = ${esp_defaults.extra_scripts}
lib_ldf_mode = ${common.lib_ldf_mode}
Expand Down
3 changes: 2 additions & 1 deletion platformio_tasmota_env32.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ platform_packages = ${core32.platform_packages}
board_build.filesystem = ${common.board_build.filesystem}
custom_unpack_dir = ${common.custom_unpack_dir}
board = esp32
monitor_speed = 115200
monitor_speed = ${common.monitor_speed}
monitor_echo = ${common.monitor_echo}
upload_resetmethod = ${common.upload_resetmethod}
extra_scripts = ${esp32_defaults.extra_scripts}
build_unflags = ${core32.build_unflags}
Expand Down

0 comments on commit 32d840d

Please sign in to comment.