@@ -23,6 +23,7 @@ See more at http://blog.squix.ch
|
||||
// Setup
|
||||
#define WIFI_SSID "yourssid"
|
||||
#define WIFI_PASS "yourpassw0rd"
|
||||
#define WIFI_HOSTNAME "ThingPulse-weather-station-color"
|
||||
|
||||
const int UPDATE_INTERVAL_SECS = 15 * 60; // Update every 10 minutes
|
||||
const int SLEEP_INTERVAL_SECS = 0; // Going to Sleep after idle times, set 0 for dont sleep
|
||||
|
||||
Reference in New Issue
Block a user