Changed some files

This commit is contained in:
CommanderRedYT
2022-02-18 01:21:54 +01:00
parent 2adccba813
commit 168baeac83
21 changed files with 163 additions and 89 deletions

View File

@ -65,8 +65,10 @@ extern "C" void app_main()
for (const auto &task : schedulerTasks)
{
bootLabel.redraw(task.name());
task.setup();
if (checkEnabledByName(task.name())) {
bootLabel.redraw(task.name());
task.setup();
}
}
#ifdef FEATURE_JOYSTICK