LoRa_APRS_Tracker111/include/wifi_utils.h

14 lines
152 B
C++

#ifndef WIFI_UTILS_H_
#define WIFI_UTILS_H_
#include <Arduino.h>
namespace WIFI_Utils {
void startAutoAP();
void checkIfWiFiAP();
}
#endif