mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
14 lines
318 B
C++
14 lines
318 B
C++
#pragma once
|
|
|
|
#include "Global.h"
|
|
#include "MqttClient.h"
|
|
boolean isNetworkActive();
|
|
uint8_t getNumAPClients();
|
|
void routerConnect();
|
|
bool startAPMode();
|
|
boolean RouterFind(std::vector<String> jArray);
|
|
uint8_t RSSIquality();
|
|
extern void wifiSignalInit();
|
|
#ifdef LIBRETINY
|
|
String httpGetString(HTTPClient &http);
|
|
#endif |