Skip to content

Commit 1860258

Browse files
committed
deviceString for esp32
1 parent a2935b8 commit 1860258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ String getDeviceId() {
11681168
#ifdef ESP8266
11691169
String deviceString = String(macStr) + "WLED" + ESP.getCoreVersion();
11701170
#else
1171-
String macString = String(macStr) + "WLED" + ESP. getChipModel() + ESP.getChipRevision();
1171+
String deviceString = String(macStr) + "WLED" + ESP. getChipModel() + ESP.getChipRevision();
11721172
#endif
11731173
String firstHash = computeSHA1(deviceString);
11741174

0 commit comments

Comments
 (0)