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