Skip to content

Commit 5875a44

Browse files
committed
release
1 parent 75ac365 commit 5875a44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* WIFI */
2-
const char* WIFI_SSID = "Tenda";
3-
const char* WIFI_PWD = "video-teka-021";
2+
const char* WIFI_SSID = "xxx";
3+
const char* WIFI_PWD = "xxx";
44

55
/* Wunderground Settings */
66
const boolean IS_METRIC = true;
7-
const String WUNDERGRROUND_API_KEY = "fd25b0ebcd3a1793";
7+
const String WUNDERGRROUND_API_KEY = "xxx";
88
const String WUNDERGRROUND_LANGUAGE = "EN";
99

10-
const String WUNDERGROUND_COUNTRY = "RS";
11-
const String WUNDERGROUND_CITY = "Novi_Sad";
10+
const String WUNDERGROUND_COUNTRY = "xx";
11+
const String WUNDERGROUND_CITY = "xxx";

0 commit comments

Comments
 (0)