fix reboot to wifi manager

This commit is contained in:
technyon
2023-01-01 16:33:00 +01:00
parent a4d496f92b
commit e202db236e
2 changed files with 10 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ public:
virtual PubSubClient *mqttClient();
private:
static void clearRtcInitVar(WiFiManager*);
void onDisconnected();
WiFiManager _wm;