mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
new WiFi async connect
This commit is contained in:
@@ -4,11 +4,19 @@
|
||||
#include "MqttClient.h"
|
||||
boolean isNetworkActive();
|
||||
uint8_t getNumAPClients();
|
||||
#ifdef ESP8266
|
||||
void routerConnect();
|
||||
bool startAPMode();
|
||||
boolean RouterFind(std::vector<String> jArray);
|
||||
#else
|
||||
void handleScanResults();
|
||||
void WiFiUtilsItit();
|
||||
void connectToNextNetwork();
|
||||
void checkConnection();
|
||||
void ScanAsync();
|
||||
bool startAPMode();
|
||||
#endif
|
||||
uint8_t RSSIquality();
|
||||
extern void wifiSignalInit();
|
||||
//extern void wifiSignalInit();
|
||||
#ifdef LIBRETINY
|
||||
String httpGetString(HTTPClient &http);
|
||||
#endif
|
||||
Reference in New Issue
Block a user