mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
исправление вывода лога в режиме AP
This commit is contained in:
@@ -20,4 +20,5 @@ void periodicWsSend();
|
||||
void sendFileToWsByFrames(const String& filename, const String& header, const String& json, int client_id, size_t frameSize);
|
||||
void sendStringToWs(const String& header, String& payload, int client_id);
|
||||
|
||||
void sendDeviceList(uint8_t num);
|
||||
void sendDeviceList(uint8_t num);
|
||||
int getNumWSClients();
|
||||
@@ -3,8 +3,8 @@
|
||||
#include "Global.h"
|
||||
#include "MqttClient.h"
|
||||
|
||||
// boolean isNetworkActive();
|
||||
inline boolean isNetworkActive() {return WiFi.status() == WL_CONNECTED;};
|
||||
boolean isNetworkActive();
|
||||
uint8_t getNumAPClients();
|
||||
void routerConnect();
|
||||
bool startAPMode();
|
||||
boolean RouterFind(String ssid);
|
||||
|
||||
Reference in New Issue
Block a user