#ifndef SECRETS_H #define SECRETS_H extern const char *wifi_ssid; extern const char *wifi_psk; extern const char *openweathermap_apikey; #endif