LoRa_APRS_iGate/src/wifi_utils.h
richonguzman 324939fc72 test
2023-06-09 01:12:13 -04:00

14 lines
No EOL
151 B
C++

#ifndef WIFI_UTILS_H_
#define WIFI_UTILS_H_
#include <Arduino.h>
namespace WIFI_Utils {
void checkWiFi();
void startWiFi();
void setup();
}
#endif