Deprecate EEPROM support (compile time option).

This commit is contained in:
Blaz Kristan
2022-07-30 11:04:04 +02:00
parent b0ba1b2ecc
commit 1abf0fc134
7 changed files with 21 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2207293
#define VERSION 2207301
//uncomment this if you have a "my_config.h" file you'd like to use
//#define WLED_USE_MY_CONFIG
@@ -94,7 +94,9 @@
#endif
#include <ESPAsyncWebServer.h>
#include <EEPROM.h>
#ifdef WLED_ADD_EEPROM_SUPPORT
#include <EEPROM.h>
#endif
#include <WiFiUdp.h>
#include <DNSServer.h>
#ifndef WLED_DISABLE_OTA