You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Correct EEPROM LED checks
Corrects logic error where EEPROM LED checks were checking against an enum rather than an absolute value, causing the checks for the wand barrel LED count and bargraph segment count to fail to read correctly after a power cycle.
* Switch enums to uint8_t
This switches the barrel LED count and bargraph segment count enums to be explicit uint8_t variables with definitions that match the respective counts their names imply to simplify code checks.
0 commit comments