fix whitespace

This commit is contained in:
Will Tatam
2025-11-19 23:53:21 +00:00
parent 1860258deb
commit b90fbe6b1a

View File

@@ -1168,7 +1168,7 @@ String getDeviceId() {
#ifdef ESP8266
String deviceString = String(macStr) + "WLED" + ESP.getCoreVersion();
#else
String deviceString = String(macStr) + "WLED" + ESP. getChipModel() + ESP.getChipRevision();
String deviceString = String(macStr) + "WLED" + ESP.getChipModel() + ESP.getChipRevision();
#endif
String firstHash = computeSHA1(deviceString);