Fix issue: dashboard not show if get cloud configuration failed.

This commit is contained in:
Phat Nguyen
2024-05-13 13:52:14 +07:00
parent 3dae4cb06d
commit 1e81c9b125
2 changed files with 17 additions and 9 deletions

View File

@ -17,6 +17,7 @@ private:
Measurements &value;
Configuration &config;
bool addToDashBoard = false;
bool addToDashBoardToggle = false;
uint32_t addToDashboardTime;
int wifiConnectCountDown;
int ledBarAnimationCount;