mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
add section safeboot_flags in platform_tasmota32.ini (#19281)
This will make it easier to ignore a bunch of libraries in order to speed up builds without polluting the ENV sections too much. Usage: [env:my_safeboot_env] lib_ignore = ${safeboot_flags.lib_ignore}
This commit is contained in:
parent
c3fadde3e8
commit
bfe0857094
@ -47,3 +47,23 @@ platform = https://github.com/tasmota/platform-espressif32/re
|
|||||||
platform_packages =
|
platform_packages =
|
||||||
build_unflags = ${esp32_defaults.build_unflags}
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
build_flags = ${esp32_defaults.build_flags}
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
|
|
||||||
|
[safeboot_flags]
|
||||||
|
lib_ignore = ESP Mail Client
|
||||||
|
IRremoteESP8266
|
||||||
|
NeoPixelBus
|
||||||
|
OneWire
|
||||||
|
MFRC522
|
||||||
|
universal display Library
|
||||||
|
ESP8266Audio
|
||||||
|
ESP8266SAM
|
||||||
|
FFat
|
||||||
|
Berry
|
||||||
|
Berry mapping to C
|
||||||
|
Berry Tasmota mapping
|
||||||
|
Berry int64 implementation for 32 bits architceture
|
||||||
|
Berry Matter protocol implementation
|
||||||
|
Micro-RTSP
|
||||||
|
re1.5
|
||||||
|
DHT sensor library
|
||||||
|
ccronexpr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user