mirror of https://github.com/arendst/Tasmota.git
Pio: add all libs to ignore, not needed for compiling of safeboot env (#19765)
* Fix ignore safeboot flags * add more libs to ignore
This commit is contained in:
parent
b8988d91a0
commit
3e13fcee9e
|
@ -53,7 +53,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include <EEPROM.h>
|
//#include <EEPROM.h>
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
#include <WiFiUdp.h>
|
#include <WiFiUdp.h>
|
||||||
#include <ESP8266WebServer.h>
|
#include <ESP8266WebServer.h>
|
||||||
|
|
|
@ -53,15 +53,21 @@ extra_scripts = pre:pio-tools/add_c_flags.py
|
||||||
${esp_defaults.extra_scripts}
|
${esp_defaults.extra_scripts}
|
||||||
|
|
||||||
[safeboot_flags]
|
[safeboot_flags]
|
||||||
lib_ignore = ESP Mail Client
|
lib_ignore = ${esp32_defaults.lib_ignore}
|
||||||
|
ESP Mail Client
|
||||||
IRremoteESP8266
|
IRremoteESP8266
|
||||||
NeoPixelBus
|
NeoPixelBus
|
||||||
OneWire
|
OneWire
|
||||||
|
EEPROM
|
||||||
|
EEPROM 24C128_256_521
|
||||||
MFRC522
|
MFRC522
|
||||||
universal display Library
|
universal display Library
|
||||||
ESP8266Audio
|
ESP8266Audio
|
||||||
ESP8266SAM
|
ESP8266SAM
|
||||||
FFat
|
FFat
|
||||||
|
SD
|
||||||
|
SD_MMC
|
||||||
|
UdpListener
|
||||||
Berry
|
Berry
|
||||||
Berry mapping to C
|
Berry mapping to C
|
||||||
Berry Tasmota mapping
|
Berry Tasmota mapping
|
||||||
|
|
Loading…
Reference in New Issue