A very small amount of work on Manager class

This commit is contained in:
2026-08-28 20:41:40 -04:00
parent 54004e4e34
commit b335a63f61
4 changed files with 77 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ class LEDHAL {
virtual void requestShow() { showRequested = true; }
//TODO UnifiedColor should have constants
virtual void clearLEDs() {
for(uint16_t i = 0; i < getNumLEDs(); i++) {
setColor(i, CRGB(0, 0, 0));