diff --git a/src/definitions.h b/src/definitions.h index 745e438..f4bcc47 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -1,4 +1,4 @@ -#define VERSION "3.1" +#define VERSION "3.2" #define EE_VERSION 31 #define EEPROM_CHECK 42 @@ -62,7 +62,7 @@ #define TIME_COMPUTE_IN_MS 10 #define TIME_MEASURE_VOLTAGE_IN_MS 200 #define TIME_SW_POLL_IN_MS 10 -#define DELAY_BEFORE_MEASURE 10 +#define DELAY_BEFORE_MEASURE 20 #define DELAY_MAIN_LOOP 10 #define PID_SAMPLE_TIME 10