mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Event logging in EEPROM, for now
This commit is contained in:
parent
c381b40d8a
commit
3dfbf7b436
4 changed files with 100 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue