Automatic updates scheduler
Added function to automatically update FrogPilot on either a daily or weekly schedule.
This commit is contained in:
@@ -109,4 +109,12 @@ private:
|
||||
|
||||
Params params;
|
||||
ParamWatcher *fs_watch;
|
||||
|
||||
// FrogPilot variables
|
||||
void automaticUpdate();
|
||||
|
||||
ButtonControl *updateTime;
|
||||
|
||||
int schedule;
|
||||
int time;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user