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

@@ -430,12 +430,7 @@ void WLED::setup()
}
handleBootLoop(); // check for bootloop and take action (requires WLED_FS)
#ifdef WLED_ADD_EEPROM_SUPPORT
else deEEP();
#else
initPresetsFile();
#endif
updateFSInfo();
// generate module IDs must be done before AP setup