mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
remove manual upload port and switch to autodiscovery in platformio (#17427)
This commit is contained in:
parent
1b3eedd635
commit
c908dc289e
@ -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
|
||||
|
@ -70,9 +70,9 @@ board = ${common.board}
|
||||
;board = esp8266_4M2M
|
||||
;board_build.f_cpu = 160000000L
|
||||
;board_build.f_flash = 40000000L
|
||||
;monitor_speed = 115200
|
||||
; *** Serial port used for erasing/flashing the ESP82xx
|
||||
;upload_port = COM5
|
||||
; *** Define serial port used for erasing/flashing/terminal
|
||||
upload_port =
|
||||
monitor_port = ${env.upload_port}
|
||||
extra_scripts = ${esp_defaults.extra_scripts}
|
||||
; pio-tools/obj-dump.py
|
||||
lib_ignore =
|
||||
@ -111,12 +111,12 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
||||
;board_upload.maximum_size = 8388608
|
||||
;board_upload.arduino.flash_extra_images =
|
||||
;board_build.partitions = partitions/esp32_partition_app2944k_fs2M.csv
|
||||
monitor_speed = 115200
|
||||
; *** Serial port used for erasing/flashing the ESP32
|
||||
;upload_port = ${common.upload_port}
|
||||
upload_port = COM4
|
||||
upload_port =
|
||||
;upload_speed = 115200
|
||||
monitor_port = ${env.upload_port}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
monitor_speed = 115200
|
||||
extra_scripts = ${esp32_defaults.extra_scripts}
|
||||
; pio-tools/obj-dump.py
|
||||
lib_ignore =
|
||||
|
Loading…
x
Reference in New Issue
Block a user