#ifndef WIFI_H #define WIFI_H bool isWiFiConnected(); void wifiSetup(); void wifiLoop(); void wifiHalt(); bool isTimeSet(); #endif