mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-04 14:08:36 +00:00
17 lines
No EOL
223 B
C++
17 lines
No EOL
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 |