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