mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
11 lines
110 B
C
11 lines
110 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "Global.h"
|
||
|
|
|
||
|
|
boolean scanWiFi(String ssid);
|
||
|
|
|
||
|
|
void startSTAMode();
|
||
|
|
|
||
|
|
bool startAPMode();
|
||
|
|
|