mirror of https://github.com/arendst/Tasmota.git
Update platformio.ini
This commit is contained in:
parent
ea75f69a85
commit
d67480d14b
|
@ -54,6 +54,7 @@ build_flags =
|
|||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
||||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||
; -DUSE_CONFIG_OVERRIDE
|
||||
-DUSE_KNX_NO_EMULATION
|
||||
|
||||
build_flags_4MB =
|
||||
-Wl,-Tesp8266.flash.4m1m.ld
|
||||
|
@ -62,6 +63,7 @@ build_flags_4MB =
|
|||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
||||
; -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
|
||||
; -DUSE_CONFIG_OVERRIDE
|
||||
-DUSE_KNX_NO_EMULATION
|
||||
|
||||
; *** Fix Esp/Arduino core 2.4.x induced Tasmota unused floating point includes
|
||||
extra_scripts = pio/strip-floats.py
|
||||
|
|
Loading…
Reference in New Issue