mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
fix failure building cenv in linux (#17432)
This commit is contained in:
parent
318c83cb36
commit
ff02873af3
@ -71,7 +71,7 @@ board = ${common.board}
|
||||
;board_build.f_cpu = 160000000L
|
||||
;board_build.f_flash = 40000000L
|
||||
; *** Define serial port used for erasing/flashing/terminal
|
||||
upload_port =
|
||||
upload_port = ${common.upload_port}
|
||||
monitor_port = ${env.upload_port}
|
||||
extra_scripts = ${esp_defaults.extra_scripts}
|
||||
; pio-tools/obj-dump.py
|
||||
@ -112,7 +112,7 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
||||
;board_upload.arduino.flash_extra_images =
|
||||
;board_build.partitions = partitions/esp32_partition_app2944k_fs2M.csv
|
||||
; *** Serial port used for erasing/flashing the ESP32
|
||||
upload_port =
|
||||
upload_port = ${common.upload_port}
|
||||
;upload_speed = 115200
|
||||
monitor_port = ${env.upload_port}
|
||||
upload_resetmethod = ${common.upload_resetmethod}
|
||||
|
Loading…
x
Reference in New Issue
Block a user