increase DELAY_BEFORE_MEASURE to avoid power-on issue with cold tip
This commit is contained in:
parent
2ad2c734d8
commit
1152ed3edb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue