Implemented Bobbytasks
This commit is contained in:
@@ -107,7 +107,8 @@ extern "C" void app_main()
|
||||
|
||||
for (auto &schedulerTask : schedulerTasks)
|
||||
{
|
||||
schedulerTask.loop();
|
||||
if (schedulerTask.isInitialized())
|
||||
schedulerTask.loop();
|
||||
}
|
||||
|
||||
if (!lastStatsUpdate || now - *lastStatsUpdate >= 1000ms/configs.boardcomputerHardware.timersSettings.statsUpdateRate.value)
|
||||
|
Reference in New Issue
Block a user