increase DELAY_BEFORE_MEASURE to avoid power-on issue with cold tip

This commit is contained in:
Tom 2023-01-05 20:58:06 +01:00
parent 2ad2c734d8
commit 1152ed3edb

View file

@ -1,4 +1,4 @@
#define VERSION "3.1" #define VERSION "3.2"
#define EE_VERSION 31 #define EE_VERSION 31
#define EEPROM_CHECK 42 #define EEPROM_CHECK 42
@ -62,7 +62,7 @@
#define TIME_COMPUTE_IN_MS 10 #define TIME_COMPUTE_IN_MS 10
#define TIME_MEASURE_VOLTAGE_IN_MS 200 #define TIME_MEASURE_VOLTAGE_IN_MS 200
#define TIME_SW_POLL_IN_MS 10 #define TIME_SW_POLL_IN_MS 10
#define DELAY_BEFORE_MEASURE 10 #define DELAY_BEFORE_MEASURE 20
#define DELAY_MAIN_LOOP 10 #define DELAY_MAIN_LOOP 10
#define PID_SAMPLE_TIME 10 #define PID_SAMPLE_TIME 10