mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Set internet available flags
This commit is contained in:
parent
ad6e604f17
commit
153778c3d2
4 changed files with 4 additions and 0 deletions
1
GitOTA.h
1
GitOTA.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue