fix wifi 8266

This commit is contained in:
Mit4el
2025-02-24 20:16:00 +03:00
parent 67a6eba882
commit 27f2e67e8e
2 changed files with 3 additions and 3 deletions

View File

@@ -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();

View File

@@ -203,7 +203,6 @@
"defActive": false,
"usedLibs": {
"esp32*": [],
"esp32c3m_4mb": ["exclude"],
"esp82*": []
"esp32c3m_4mb": ["exclude"]
}
}