Event logging in EEPROM, for now

This commit is contained in:
Cabooman 2024-02-12 01:17:00 +01:00
parent c381b40d8a
commit 3dfbf7b436
4 changed files with 100 additions and 4 deletions

View file

@ -567,6 +567,7 @@ void handle_LED_state() {
pixels.setPixelColor(0, pixels.Color(brightness, brightness, 0)); // Yellow pulsing LED
break;
case EVENT_LEVEL_DEBUG:
case EVENT_LEVEL_UPDATE:
LEDcolor = BLUE;
pixels.setPixelColor(0, pixels.Color(0, 0, brightness)); // Blue pulsing LED
break;