mirror of https://github.com/arendst/Tasmota.git
Update platformio_tasmota32.ini (#19313)
This commit is contained in:
parent
d9530f32a6
commit
53819a1465
|
@ -42,28 +42,28 @@ extra_scripts = pre:pio-tools/add_c_flags.py
|
|||
post:pio-tools/post_esp32.py
|
||||
${esp_defaults.extra_scripts}
|
||||
|
||||
[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 architecture
|
||||
Berry Matter protocol implementation
|
||||
Micro-RTSP
|
||||
re1.5
|
||||
DHT sensor library
|
||||
ccronexpr
|
||||
|
||||
[core32]
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.07.00/platform-espressif32.zip
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.08.00/platform-espressif32.zip
|
||||
platform_packages =
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
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 architecture
|
||||
Berry Matter protocol implementation
|
||||
Micro-RTSP
|
||||
re1.5
|
||||
DHT sensor library
|
||||
ccronexpr
|
||||
|
|
Loading…
Reference in New Issue