Update 1-Weather_station_example.ino

This commit is contained in:
David Zovko 2020-07-31 10:35:39 +02:00 committed by GitHub
parent 01e528022b
commit 2b90157efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@
int timeZone = 2; //Update your timezone here. 2 means UTC+2
char city[128] = "SHENZHEN"; //Enter city name you wish to get forecast for
char city[128] = "ZAGREB"; //Enter city name you wish to get forecast for
// Change to your WiFi SSID and password
char *ssid = "e-radionica.com";
char *pass = "crodusino";
char *ssid = "";
char *pass = "";
#define DELAY_MS 15000 //Delay between screen refreshes goes here