Phase control workflow logic

This commit is contained in:
Krad
2022-05-12 14:53:17 +08:00
parent 144d056b1f
commit 5d883701b1
5 changed files with 121 additions and 58 deletions

View File

@@ -34,6 +34,9 @@ protected:
private:
void processScan(const char* json, bool empty = false);
void postScanCommand();
void postContinueCommand(bool useTimer = false);
int scanPhase = 1;
int timerID = -1;
int deviceInfTimerID = -1;
int lastStatus = -1;