#ifndef UTILS_H #define UTILS_H #include void displayError(String message); void connectWiFi(); #endif /* UTILS_H */