diff --git a/code/espurna/ws.ino b/code/espurna/ws.ino index 81770d28..324651d1 100644 --- a/code/espurna/ws.ino +++ b/code/espurna/ws.ino @@ -323,7 +323,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");