Skip to content

Commit a5de66b

Browse files
author
Gregory Schmidt
committed
Merge branch 'overlayum' of https://github.com/AK5nowman/WLED into overlayum
2 parents d47157e + de454e8 commit a5de66b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

wled00/overlay.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ void initCronixie()
1717
}
1818
}
1919

20-
/*
21-
* handleOverlays is essentially the equivalent of usermods.loop
22-
*/
20+
21+
//handleOverlays is essentially the equivalent of usermods.loop
2322
void handleOverlays()
2423
{
2524
initCronixie();
@@ -113,9 +112,6 @@ void _overlayAnalogCountdown()
113112
}
114113
}
115114

116-
/*
117-
* All overlays should be moved to usermods
118-
*/
119115
void handleOverlayDraw() {
120116
usermods.handleOverlayDraw();
121117
if (!overlayCurrent) return;

0 commit comments

Comments
 (0)