mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
13 lines
291 B
C
13 lines
291 B
C
#pragma once
|
|
|
|
#include "Global.h"
|
|
#include "MqttClient.h"
|
|
|
|
// boolean isNetworkActive();
|
|
inline boolean isNetworkActive() {return WiFi.status() == WL_CONNECTED;};
|
|
void routerConnect();
|
|
bool startAPMode();
|
|
boolean RouterFind(String ssid);
|
|
uint8_t RSSIquality();
|
|
extern void wifiSignalInit();
|