Skip to content

Commit de24c13

Browse files
committed
Remove key
1 parent 1f475c5 commit de24c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/WeatherStationDemo/WeatherStationDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const int SDC_PIN = 4; //D4;
7272
// Sign up here to get an API key:
7373
// https://home.openweathermap.org/users/sign_up
7474
const boolean IS_METRIC = true;
75-
String OPEN_WEATHER_MAP_APP_ID = "6bdd4d9d45a97d690103477a4c67c38f";
75+
String OPEN_WEATHER_MAP_APP_ID = "XXX";
7676
String OPEN_WEATHER_MAP_LOCATION = "Zurich,CH";
7777

7878
// Pick a language code from this list:

0 commit comments

Comments
 (0)