increase heater timeout

This commit is contained in:
Matthew Kennedy 2021-08-16 11:30:52 -07:00
parent 10cbc928b0
commit 0577011222
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#define HEATER_CONTROL_PERIOD 50 #define HEATER_CONTROL_PERIOD 50
#define HEATER_PREHEAT_TIME 5000 #define HEATER_PREHEAT_TIME 5000
#define HEATER_WARMUP_TIMEOUT 30000 #define HEATER_WARMUP_TIMEOUT 45000
#define HEATER_CLOSED_LOOP_THRESHOLD_ESR 400 #define HEATER_CLOSED_LOOP_THRESHOLD_ESR 400
#define HEATER_TARGET_ESR 300 #define HEATER_TARGET_ESR 300