fix misplaced closing bracket

This commit is contained in:
Frank
2026-03-26 20:08:20 +01:00
parent a70b945bce
commit c0cbe89af4

View File

@@ -1155,9 +1155,9 @@ void serializeInfo(JsonObject root)
#else #else
root[F("psrmode")] = F("dio"); root[F("psrmode")] = F("dio");
#endif #endif
#endif
} }
#endif #endif
#endif
// begin WLEDMM // begin WLEDMM
#ifdef ARDUINO_ARCH_ESP32 #ifdef ARDUINO_ARCH_ESP32