Skip to content

Commit

Permalink
Pio: add all libs to ignore, not needed for compiling of safeboot env (
Browse files Browse the repository at this point in the history
…#19765)

* Fix ignore safeboot flags

* add more libs to ignore
  • Loading branch information
Jason2866 authored Oct 16, 2023
1 parent b8988d9 commit 3e13fce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/default/headers/esp-knx-ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/

#include "Arduino.h"
#include <EEPROM.h>
//#include <EEPROM.h>
#include <ESP8266WiFi.h>
#include <WiFiUdp.h>
#include <ESP8266WebServer.h>
Expand Down
8 changes: 7 additions & 1 deletion platformio_tasmota32.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,21 @@ extra_scripts = pre:pio-tools/add_c_flags.py
${esp_defaults.extra_scripts}

[safeboot_flags]
lib_ignore = ESP Mail Client
lib_ignore = ${esp32_defaults.lib_ignore}
ESP Mail Client
IRremoteESP8266
NeoPixelBus
OneWire
EEPROM
EEPROM 24C128_256_521
MFRC522
universal display Library
ESP8266Audio
ESP8266SAM
FFat
SD
SD_MMC
UdpListener
Berry
Berry mapping to C
Berry Tasmota mapping
Expand Down

0 comments on commit 3e13fce

Please sign in to comment.