Automatic updates scheduler

Added function to automatically update FrogPilot on either a daily or weekly schedule.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent a6aa132b3d
commit e37b94b4d8
4 changed files with 124 additions and 15 deletions

View File

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