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:
Jason2866 2023-10-16 16:43:40 +02:00 committed by GitHub
parent b8988d91a0
commit 3e13fcee9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -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