Improve Wifi connection and portal

This commit is contained in:
iranl
2024-10-18 20:36:32 +02:00
parent 72ef5003ad
commit 93b1d47bda
7 changed files with 193 additions and 162 deletions

View File

@@ -26,6 +26,7 @@ public:
void reconfigureDevice();
void scan(bool passive = false, bool async = true);
bool isApOpen();
bool isConnected();
void clearWifiFallback();
const String networkDeviceName() const;
@@ -44,7 +45,6 @@ public:
void disableAutoRestarts(); // disable on OTA start
void disableMqtt();
String localIP();
bool isConnected();
void subscribe(const char* prefix, const char* path);
void initTopic(const char* prefix, const char* path, const char* value);