From 63672f0a09502483bf79a5d2547b26efbf23a29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Mon, 7 May 2018 22:55:54 +0200 Subject: [PATCH] Document WU lang code mapping --- settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.h b/settings.h index f15dbd5..1f5fbc2 100644 --- a/settings.h +++ b/settings.h @@ -51,7 +51,7 @@ const int SLEEP_INTERVAL_SECS = 0; // Going to Sleep after idle times, set 0 f const String DISPLAYED_CITY_NAME = "Zurich"; const String WUNDERGRROUND_API_KEY = ""; -const String WUNDERGRROUND_LANGUAGE = "EN"; +const String WUNDERGRROUND_LANGUAGE = "EN"; // as per https://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching const String WUNDERGROUND_COUNTRY = "CH"; const String WUNDERGROUND_CITY = "Zurich";