mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-01-22 00:30:16 +01: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 |