mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Platformio Override changes
remove unneeded entry and correct copy&paste error
This commit is contained in:
parent
67bd5daf45
commit
0e816a34b1
@ -72,8 +72,7 @@ extra_scripts = ${scripts_defaults.extra_scripts}
|
|||||||
; pio/strip-floats.py
|
; pio/strip-floats.py
|
||||||
; pio/http-uploader.py
|
; pio/http-uploader.py
|
||||||
|
|
||||||
lib_ldf_mode = ${library.lib_ldf_mode}
|
lib_extra_dirs = ${library.lib_extra_dirs}
|
||||||
shared_libdeps_dir = ${library.shared_libdeps_dir}
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
; Activate only (one set) if you want to override the standard core defined in platformio.ini !!!
|
; Activate only (one set) if you want to override the standard core defined in platformio.ini !!!
|
||||||
@ -175,8 +174,7 @@ upload_port = ${common.upload_port}
|
|||||||
upload_resetmethod = ${common.upload_resetmethod}
|
upload_resetmethod = ${common.upload_resetmethod}
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
lib_ldf_mode = ${library.lib_ldf_mode}
|
lib_extra_dirs = ${library.lib_extra_dirs}
|
||||||
shared_libdeps_dir = ${library.shared_libdeps_dir}
|
|
||||||
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
|
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
|
||||||
lib/libesp32
|
lib/libesp32
|
||||||
[core32]
|
[core32]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user