From da93d3c5c46aaa2246febbed9d23907e9826eb14 Mon Sep 17 00:00:00 2001 From: Paco Hope Date: Wed, 29 Dec 2021 13:55:55 -0500 Subject: [PATCH] Removed all weather-related defines --- src/config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/config.h b/src/config.h index 3ae4a97..7aa9d72 100644 --- a/src/config.h +++ b/src/config.h @@ -25,13 +25,6 @@ //display #define DISPLAY_WIDTH 200 #define DISPLAY_HEIGHT 200 -//weather api -#define CITY_NAME "NEW+YORK" //if your city name has a space, replace with '+' -#define COUNTRY_CODE "US" -#define OPENWEATHERMAP_APIKEY "f058fe1cad2afe8e2ddc5d063a64cecb" //use your own API key :) -#define OPENWEATHERMAP_URL "http://api.openweathermap.org/data/2.5/weather?q=" -#define TEMP_UNIT "metric" //use "imperial" for Fahrenheit" -#define WEATHER_UPDATE_INTERVAL 30 //minutes //wifi #define WIFI_AP_TIMEOUT 60 #define WIFI_AP_SSID "Watchy AP"