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 75ac365 commit 5875a44Copy full SHA for 5875a44
weather_station_firmware/stationCredentials.h
@@ -1,11 +1,11 @@
1
/* WIFI */
2
-const char* WIFI_SSID = "Tenda";
3
-const char* WIFI_PWD = "video-teka-021";
+const char* WIFI_SSID = "xxx";
+const char* WIFI_PWD = "xxx";
4
5
/* Wunderground Settings */
6
const boolean IS_METRIC = true;
7
-const String WUNDERGRROUND_API_KEY = "fd25b0ebcd3a1793";
+const String WUNDERGRROUND_API_KEY = "xxx";
8
const String WUNDERGRROUND_LANGUAGE = "EN";
9
10
-const String WUNDERGROUND_COUNTRY = "RS";
11
-const String WUNDERGROUND_CITY = "Novi_Sad";
+const String WUNDERGROUND_COUNTRY = "xx";
+const String WUNDERGROUND_CITY = "xxx";
0 commit comments