New timer for device information query in DeviceManager

This commit is contained in:
Krad
2021-10-14 17:52:43 +08:00
parent 153d4f8a37
commit 6969f55779
2 changed files with 39 additions and 30 deletions

View File

@@ -23,6 +23,7 @@ protected:
private:
void processScan(const char * json);
int timerID = -1;
int deviceInfTimerID = -1;
int lastStatus=-1;
bool previewing = false;
bool errorOccured = false;