From 1da7da3b64e4e022fffc39f83b950aad4df3f9be Mon Sep 17 00:00:00 2001 From: klaute Date: Thu, 12 Jul 2018 22:34:01 +0200 Subject: [PATCH] Changed the measurement interval to 10 minutes. --- firmware/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/config.h b/firmware/config.h index 056c219..51c969e 100644 --- a/firmware/config.h +++ b/firmware/config.h @@ -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