Set offline mode incase wifi is not configuraion or configuration ignored.

This commit is contained in:
Phat Nguyen
2024-05-13 15:07:10 +07:00
parent 5b18a8353d
commit f23c7e9e31
3 changed files with 19 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public:
void reset(void);
int RSSI(void);
String localIpStr(void);
bool hasConfigurated(void);
};
#endif /** _AG_WIFI_CONNECTOR_H_ */