From 3a77efb9cc15763e530df98ba8f0e53551e9e419 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:20:52 -0600 Subject: [PATCH] Reduce heater supply stabilization delay from 3s to 0.5s (#276) Co-authored-by: Andrey Gusakov --- firmware/wideband_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/wideband_config.h b/firmware/wideband_config.h index 60a31c3..0ca79a3 100644 --- a/firmware/wideband_config.h +++ b/firmware/wideband_config.h @@ -43,7 +43,7 @@ #define HEATER_PREHEAT_TIME 5000 #define HEATER_WARMUP_TIMEOUT 60000 -#define HEATER_BATTERY_STAB_TIME 3000 +#define HEATER_BATTERY_STAB_TIME 500 // minimal battery voltage to start heating without CAN command #define HEATER_BATTERY_ON_VOLTAGE 9.5 // mininal battery voltage to continue heating