implement feature to disable wifi / wifi config portal fallback

This commit is contained in:
technyon
2024-01-30 14:26:17 +01:00
parent b733a0e7d6
commit 6c6174fdb2
8 changed files with 24 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ private:
WiFiManager _wm;
espMqttClient* _mqttClient = nullptr;
espMqttClientSecure* _mqttClientSecure = nullptr;
Preferences* _preferences = nullptr;
bool _restartOnDisconnect = false;
bool _startAp = false;