Reduce heater supply stabilization delay from 3s to 0.5s (#276)

Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
rusefillc 2023-11-13 16:20:52 -06:00 committed by GitHub
parent c2cb3b9015
commit 3a77efb9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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