mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-13 02:14:54 +02:00
17 lines
223 B
C++
17 lines
223 B
C++
#ifndef WIFI_UTILS_H_
|
|
#define WIFI_UTILS_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
|
|
namespace WIFI_Utils {
|
|
|
|
void checkWiFi();
|
|
void startAutoAP();
|
|
void startWiFi();
|
|
void checkAutoAPTimeout();
|
|
void setup();
|
|
|
|
}
|
|
|
|
#endif |