Changed the measurement interval to 10 minutes.
This commit is contained in:
parent
10977e14b7
commit
1da7da3b64
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
//#define DEBUG 1
|
#define DEBUG 1
|
||||||
|
|
||||||
#define POWERSAVING 1
|
#define POWERSAVING 1
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
#define UPDATE_SENSOR_INTERVAL_S 10
|
#define UPDATE_SENSOR_INTERVAL_S 10
|
||||||
#define UPDATE_WEBSERVER_INTVERVAL_S 1
|
#define UPDATE_WEBSERVER_INTVERVAL_S 1
|
||||||
#define DELAY_LOOP_MS 50
|
#define DELAY_LOOP_MS 50
|
||||||
#define POWERSAVING_SLEEP_S 10
|
#define POWERSAVING_SLEEP_S 600
|
||||||
|
|
||||||
#define STATUS_LED_PIN BUILTIN_LED
|
#define STATUS_LED_PIN BUILTIN_LED
|
||||||
#define ANEMOMETER_PIN D7
|
#define ANEMOMETER_PIN D7
|
||||||
|
|
Loading…
Reference in a new issue