From 74695597cf02f3f0ce52851fd90e2ba680025abe Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Fri, 2 Jun 2023 21:15:09 +0300 Subject: [PATCH] Removed unused openweathermap stuff now using wttr.in --- src/config.h | 5 ----- 1 file changed, 5 deletions(-) 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