mirror of
https://github.com/anklimov/lighthub
synced 2025-12-08 12:49:50 +03:00
Interim SPI-LED update: general LED logic appplied, LED-ranges, dynamic LED array alloc
This commit is contained in:
@@ -1566,6 +1566,7 @@ for (short i = 0; i < 6; i++) {
|
||||
mac[i] = EEPROM.read(i);
|
||||
if (mac[i] != 0 && mac[i] != 0xff) isMacValid = true;
|
||||
}
|
||||
|
||||
if (!isMacValid) {
|
||||
debugSerial<<F("No MAC configured: set firmware's MAC\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user