1 2 3 4 5 6 7 8 9
#ifndef SECRETS_H #define SECRETS_H extern const char *wifi_ssid; extern const char *wifi_psk; extern const char *openweathermap_apikey; #endif