remove manual upload port and switch to autodiscovery in platformio (#17427)

This commit is contained in:
blakadder
2022-12-17 21:52:12 +01:00
committed by GitHub
parent 1b3eedd635
commit c908dc289e
2 changed files with 7 additions and 8 deletions

View File

@@ -35,10 +35,9 @@ custom_unpack_dir = unpacked_littlefs
build_unflags = ${core.build_unflags}
build_flags = ${core.build_flags}
monitor_speed = 115200
monitor_port = COM5
; *** Upload Serial reset method for Wemos and NodeMCU
upload_resetmethod = nodemcu
upload_port = COM5
upload_port = /dev/cu.SLAB_USBtoUART
extra_scripts = ${esp_defaults.extra_scripts}
lib_ldf_mode = chain
lib_compat_mode = strict