From e5943bb7e604cd79a56c63cc5ca33a1f983250bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 25 Jul 2018 23:31:15 +0200 Subject: [PATCH] Improve inline doc --- settings.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/settings.h b/settings.h index d40482f..01a5c62 100644 --- a/settings.h +++ b/settings.h @@ -37,12 +37,10 @@ const int SLEEP_INTERVAL_SECS = 0; // Going to Sleep after idle times, set 0 f #define HAVE_TOUCHPAD #define TOUCH_CS D3 #define TOUCH_IRQ D4 - // OpenWeatherMap Settings -// Sign up here to get an API key: -// https://home.openweathermap.org/users/sign_up +// Sign up here to get an API key: https://docs.thingpulse.com/how-tos/openweathermap-key/ const boolean IS_METRIC = true; String OPEN_WEATHER_MAP_APP_ID = "6bdd4d9d45a97d690103477a4c67c38f"; String OPEN_WEATHER_MAP_LOCATION = "Zurich,CH";