Changed some files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user