Set internet available flags

This commit is contained in:
Robert Strouse 2024-02-04 14:21:09 -08:00
parent ad6e604f17
commit 153778c3d2
4 changed files with 4 additions and 0 deletions

View file

@ -43,6 +43,7 @@ class GitUpdater {
uint8_t status = 0;
uint32_t lastCheck = 0;
bool updateAvailable = false;
bool inetAvailable = false;
appver_t latest;
bool cancelled = false;
int16_t error = 0;