@@ -9,8 +8,8 @@ void GroupStatePersistence::get(const BulbId &id, GroupState& state) { memset(path, 0, 30); buildFilename(id, path); if (LittleFS.exists(path)) { File f = LittleFS.open(path, "r"); if (SPIFFS.exists(path)) { File f = SPIFFS.open(path, "r"); state....