Interim SPI-LED update: general LED logic appplied, LED-ranges, dynamic LED array alloc

This commit is contained in:
2019-10-21 02:40:27 +03:00
parent 9cd0d924bb
commit 78e1562b48
4 changed files with 201 additions and 46 deletions

View File

@@ -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");