Changed the measurement interval to 10 minutes.

This commit is contained in:
klaute 2018-07-12 22:34:01 +02:00
parent 10977e14b7
commit 1da7da3b64

View file

@ -1,5 +1,5 @@
//#define DEBUG 1
#define DEBUG 1
#define POWERSAVING 1
@ -13,7 +13,7 @@
#define UPDATE_SENSOR_INTERVAL_S 10
#define UPDATE_WEBSERVER_INTVERVAL_S 1
#define DELAY_LOOP_MS 50
#define POWERSAVING_SLEEP_S 10
#define POWERSAVING_SLEEP_S 600
#define STATUS_LED_PIN BUILTIN_LED
#define ANEMOMETER_PIN D7