Merge branch 'overlayum' of https://github.com/AK5nowman/WLED into overlayum

pull/2261/head
Gregory Schmidt 2021-10-10 16:26:42 -08:00
commit a5de66bbd5
1 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -17,9 +17,8 @@ void initCronixie()
}
}
/*
* handleOverlays is essentially the equivalent of usermods.loop
*/
//handleOverlays is essentially the equivalent of usermods.loop
void handleOverlays()
{
initCronixie();
@ -113,9 +112,6 @@ void _overlayAnalogCountdown()
}
}
/*
* All overlays should be moved to usermods
*/
void handleOverlayDraw() {
usermods.handleOverlayDraw();
if (!overlayCurrent) return;