This commit is contained in:
Dooho Yi 2021-06-17 12:24:32 +09:00
parent ff99cf2a16
commit 7843e1a0c6

View file

@ -135,7 +135,7 @@ void screen_cmd_notify() {
else if (screen_cmd_notify_task.isLastIteration()) cmd_notify = false;
else cmd_notify = !cmd_notify;
}
Task screen_cmd_notify_task(500, 10, &screen_cmd_notify, &runner, true);
Task screen_cmd_notify_task(500, 10, &screen_cmd_notify, &runner, false);
//
extern Task screen_task;