We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f475c5 commit de24c13Copy full SHA for de24c13
examples/WeatherStationDemo/WeatherStationDemo.ino
@@ -72,7 +72,7 @@ const int SDC_PIN = 4; //D4;
72
// Sign up here to get an API key:
73
// https://home.openweathermap.org/users/sign_up
74
const boolean IS_METRIC = true;
75
-String OPEN_WEATHER_MAP_APP_ID = "6bdd4d9d45a97d690103477a4c67c38f";
+String OPEN_WEATHER_MAP_APP_ID = "XXX";
76
String OPEN_WEATHER_MAP_LOCATION = "Zurich,CH";
77
78
// Pick a language code from this list:
0 commit comments