mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Do not allow application updates to be cancelled.
This commit is contained in:
parent
8bdfd214b5
commit
234f9d9eb5
8 changed files with 21 additions and 13 deletions
1
GitOTA.h
1
GitOTA.h
|
|
@ -39,6 +39,7 @@ class GitRepo {
|
|||
class GitUpdater {
|
||||
public:
|
||||
bool lockFS = false;
|
||||
bool canCancel = true;
|
||||
uint8_t status = 0;
|
||||
uint32_t lastCheck = 0;
|
||||
bool updateAvailable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue