mirror of https://github.com/rusefi/wideband.git
Reduce heater supply stabilization delay from 3s to 0.5s (#276)
Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
c2cb3b9015
commit
3a77efb9cc
|
@ -43,7 +43,7 @@
|
||||||
#define HEATER_PREHEAT_TIME 5000
|
#define HEATER_PREHEAT_TIME 5000
|
||||||
#define HEATER_WARMUP_TIMEOUT 60000
|
#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
|
// minimal battery voltage to start heating without CAN command
|
||||||
#define HEATER_BATTERY_ON_VOLTAGE 9.5
|
#define HEATER_BATTERY_ON_VOLTAGE 9.5
|
||||||
// mininal battery voltage to continue heating
|
// mininal battery voltage to continue heating
|
||||||
|
|
Loading…
Reference in New Issue