diff --git a/code/espurna/ws.ino b/code/espurna/ws.ino index e7b5a2cd..2f03ad4c 100644 --- a/code/espurna/ws.ino +++ b/code/espurna/ws.ino @@ -327,7 +327,7 @@ void _wsOnStart(JsonObject& root) { root["app_version"] = APP_VERSION; root["app_build"] = buildTime(); root["manufacturer"] = MANUFACTURER; - root["chipid"] = chipid; + root["chipid"] = String(chipid); root["mac"] = WiFi.macAddress(); root["device"] = DEVICE; root["hostname"] = getSetting("hostname");