Sporttafel-old/src/wifi.h

11 lines
98 B
C

#ifndef WIFI_H
#define WIFI_H
void wifiOff();
void wifiLoop();
bool isWiFiConnected();
#endif