re-enable deviceId

This commit is contained in:
Frank
2025-11-27 20:42:51 +01:00
parent 0ac6ca4285
commit e75073c429

View File

@@ -939,7 +939,7 @@ void serializeInfo(JsonObject root)
root[F("release")] = FPSTR(releaseString);
root[F("rel")] = FPSTR(releaseString); //WLEDMM to add bin name
// root[F("deviceId")] = getDeviceId(); // temporarily disabled, as getDeviceId() causes a crash on some esp32 boards.
root[F("deviceId")] = getDeviceId();
JsonObject leds = root.createNestedObject("leds");
leds[F("count")] = strip.getLengthTotal();