fix wifi bk7231n

This commit is contained in:
Mit4el
2025-03-27 22:19:36 +03:00
parent 37d9c2224a
commit f5ba827488
7 changed files with 23 additions and 37 deletions

View File

@@ -5,7 +5,7 @@
boolean isNetworkActive();
uint8_t getNumAPClients();
bool startAPMode();
#ifdef ESP8266
#ifndef WIFI_ASYNC
void routerConnect();
boolean RouterFind(std::vector<String> jArray);
#else