Skip to content

Commit f54b817

Browse files
committed
Removed unused code
1 parent 7879c08 commit f54b817

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

wled00/src/dependencies/espalexa/Espalexa.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ class Espalexa {
120120

121121
void encodeLightId(uint8_t idx, char* out)
122122
{
123-
uint8_t mac[6];
124-
WiFi.macAddress(mac);
125-
126123
String mymac = WiFi.macAddress();
127124
sprintf_P(out, PSTR("%02X:%s:AB-%02X"), idx, mymac.c_str(), idx);
128125
}

0 commit comments

Comments
 (0)