GUI standby v1.0

This commit is contained in:
Krad
2021-10-20 15:55:15 +08:00
parent 7867ca7bcc
commit ac8d913b55
12 changed files with 105 additions and 33 deletions

View File

@@ -20,7 +20,7 @@ protected:
void timerEvent(QTimerEvent* event) override ;
private:
void processScan(const char * json);
void processScan(const char * json,bool empty = false);
int timerID = -1;
int deviceInfTimerID = -1;
int lastStatus=-1;