mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
fix wifi 8266
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "MqttClient.h"
|
||||
boolean isNetworkActive();
|
||||
uint8_t getNumAPClients();
|
||||
bool startAPMode();
|
||||
#ifdef ESP8266
|
||||
void routerConnect();
|
||||
boolean RouterFind(std::vector<String> jArray);
|
||||
@@ -13,7 +14,7 @@ void WiFiUtilsItit();
|
||||
void connectToNextNetwork();
|
||||
void checkConnection();
|
||||
void ScanAsync();
|
||||
bool startAPMode();
|
||||
|
||||
#endif
|
||||
uint8_t RSSIquality();
|
||||
//extern void wifiSignalInit();
|
||||
|
||||
@@ -203,7 +203,6 @@
|
||||
"defActive": false,
|
||||
"usedLibs": {
|
||||
"esp32*": [],
|
||||
"esp32c3m_4mb": ["exclude"],
|
||||
"esp82*": []
|
||||
"esp32c3m_4mb": ["exclude"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user