added missing config.loop
This commit is contained in:
parent
17961bad6d
commit
978075d2de
@ -36,6 +36,7 @@ void modeSetup() {
|
||||
}
|
||||
|
||||
void modeLoop(Display& display) {
|
||||
config.loop();
|
||||
if (current != wanted) {
|
||||
unloadOldMode(display);
|
||||
loadNewMode(display);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user