fix postDataToAirGradient set false after device power up and connected to WiFi

This commit is contained in:
Phat Nguyen
2024-04-22 14:24:01 +07:00
parent 7561017b3d
commit 2d96fc28c5
2 changed files with 12 additions and 3 deletions

View File

@ -23,6 +23,7 @@ private:
void *wifi = NULL;
bool hasConfig;
uint32_t lastRetry;
bool hasPortalConfig = false;
bool wifiClientConnected(void);