Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Svennte committed Oct 22, 2024
1 parent 7879c08 commit f54b817
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wled00/src/dependencies/espalexa/Espalexa.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ class Espalexa {

void encodeLightId(uint8_t idx, char* out)
{
uint8_t mac[6];
WiFi.macAddress(mac);

String mymac = WiFi.macAddress();
sprintf_P(out, PSTR("%02X:%s:AB-%02X"), idx, mymac.c_str(), idx);
}
Expand Down

0 comments on commit f54b817

Please sign in to comment.