diff --git a/wled00/util.cpp b/wled00/util.cpp index 984ee7fc..0957022f 100644 --- a/wled00/util.cpp +++ b/wled00/util.cpp @@ -1168,7 +1168,7 @@ String getDeviceId() { #ifdef ESP8266 String deviceString = String(macStr) + "WLED" + ESP.getCoreVersion(); #else - String macString = String(macStr) + "WLED" + ESP. getChipModel() + ESP.getChipRevision(); + String deviceString = String(macStr) + "WLED" + ESP. getChipModel() + ESP.getChipRevision(); #endif String firstHash = computeSHA1(deviceString);