From a835f2f45ed3d76ed12b041e851536af78f6b3e2 Mon Sep 17 00:00:00 2001 From: Daniel Eichhorn Date: Sat, 15 Jul 2017 08:46:39 +0200 Subject: [PATCH] Removed personal API key --- settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.h b/settings.h index c1f0a32..69c3c5f 100644 --- a/settings.h +++ b/settings.h @@ -40,7 +40,7 @@ const int UPDATE_INTERVAL_SECS = 10 * 60; // Update every 10 minutes // e.g. http://api.wunderground.com/api/808ba87ed77c4511/conditions/q/CA/SAN_FRANCISCO.json <- note that in the US you use the state instead of country code const String DISPLAYED_CITY_NAME = "Zürich"; -const String WUNDERGRROUND_API_KEY = "808ba87ed77c4501"; +const String WUNDERGRROUND_API_KEY = ""; const String WUNDERGRROUND_LANGUAGE = "EN"; const String WUNDERGROUND_COUNTRY = "CH"; const String WUNDERGROUND_CITY = "Zurich";