diff --git a/src/config.h b/src/config.h index 6120290..8b9d793 100644 --- a/src/config.h +++ b/src/config.h @@ -51,9 +51,4 @@ #include "secrets.h" #if !defined(WIFI_SSID) || !defined(WIFI_PASS) #error "Please define WIFI_SSID and WIFI_PASS in secrets.h" -#endif - -#if !defined(OPENWEATHERMAP_API_KEY) -#define OPENWEATHERMAP_API_KEY "" // Put the actual key in secrets.h. NOT HERE. -#warning "OPENWEATHERMAP_API_KEY not defined in secrets.h" #endif \ No newline at end of file