Automatic updates scheduler

This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 42b3636995
commit 9ded0c1c3a
4 changed files with 127 additions and 1 deletions

View File

@@ -103,4 +103,12 @@ private:
Params params;
ParamWatcher *fs_watch;
// FrogPilot variables
void automaticUpdate();
ButtonControl *updateTime;
int schedule;
int time;
};