mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
17 lines
196 B
C
17 lines
196 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "Global.h"
|
||
|
|
|
||
|
|
boolean isNetworkActive();
|
||
|
|
|
||
|
|
void routerConnect();
|
||
|
|
|
||
|
|
bool startAPMode();
|
||
|
|
|
||
|
|
boolean RouterFind(String ssid);
|
||
|
|
|
||
|
|
uint8_t RSSIquality();
|
||
|
|
|
||
|
|
extern void wifiSignalInit();
|
||
|
|
|