wifi task

This commit is contained in:
2021-12-05 00:50:37 +01:00
committed by CommanderRedYT
parent cce5dc38da
commit 8780ab8c7c
2 changed files with 47 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ espcpputils::SchedulerTask schedulerTasksArr[] {
#ifdef FEATURE_MOSFETS
espcpputils::SchedulerTask { "mosfets", init_mosfets, update_mosfets, {} },
#endif
espcpputils::SchedulerTask { "wifi", wifi_begin, wifi_update, 100ms },
};
} // namespace