remove EEPROM support (#5191)

This commit is contained in:
Damian Schneider
2025-12-19 17:36:40 +01:00
committed by GitHub
parent dc76ff669b
commit c8a03817ed
7 changed files with 0 additions and 496 deletions

View File

@@ -497,14 +497,6 @@ class JSONBufferGuard {
inline void release() { if (holding_lock) releaseJSONBufferLock(); holding_lock = false; }
};
#ifdef WLED_ADD_EEPROM_SUPPORT
//wled_eeprom.cpp
void applyMacro(byte index);
void deEEP();
void deEEPSettings();
void clearEEPROM();
#endif
//wled_math.cpp
//float cos_t(float phi); // use float math
//float sin_t(float phi);