Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
VojislavM committed Mar 30, 2017
1 parent 75ac365 commit 5875a44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions weather_station_firmware/stationCredentials.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* WIFI */
const char* WIFI_SSID = "Tenda";
const char* WIFI_PWD = "video-teka-021";
const char* WIFI_SSID = "xxx";
const char* WIFI_PWD = "xxx";

/* Wunderground Settings */
const boolean IS_METRIC = true;
const String WUNDERGRROUND_API_KEY = "fd25b0ebcd3a1793";
const String WUNDERGRROUND_API_KEY = "xxx";
const String WUNDERGRROUND_LANGUAGE = "EN";

const String WUNDERGROUND_COUNTRY = "RS";
const String WUNDERGROUND_CITY = "Novi_Sad";
const String WUNDERGROUND_COUNTRY = "xx";
const String WUNDERGROUND_CITY = "xxx";

0 comments on commit 5875a44

Please sign in to comment.