mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Merge pull request #9708 from Jason2866/patch-4
Platformio Override changes
This commit is contained in:
commit
76017438e4
@ -123,7 +123,6 @@ build_flags = ${esp_defaults.build_flags}
|
|||||||
-DBEARSSL_SSL_BASIC
|
-DBEARSSL_SSL_BASIC
|
||||||
; NONOSDK22x_190703 = 2.2.2-dev(38a443e)
|
; NONOSDK22x_190703 = 2.2.2-dev(38a443e)
|
||||||
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
|
-DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
|
||||||
; lwIP 2 - Higher Bandwidth no Features
|
|
||||||
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
||||||
; VTABLES in Flash
|
; VTABLES in Flash
|
||||||
-DVTABLES_IN_FLASH
|
-DVTABLES_IN_FLASH
|
||||||
|
@ -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