We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2935b8 commit 1860258Copy full SHA for 1860258
wled00/util.cpp
@@ -1168,7 +1168,7 @@ String getDeviceId() {
1168
#ifdef ESP8266
1169
String deviceString = String(macStr) + "WLED" + ESP.getCoreVersion();
1170
#else
1171
- String macString = String(macStr) + "WLED" + ESP. getChipModel() + ESP.getChipRevision();
+ String deviceString = String(macStr) + "WLED" + ESP. getChipModel() + ESP.getChipRevision();
1172
#endif
1173
String firstHash = computeSHA1(deviceString);
1174
0 commit comments