testHysteresisSelf

b486213
This commit is contained in:
rusefi 2020-08-04 18:12:20 -04:00
parent b4862138ac
commit 985accbf6b
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
# Andrey Belomutskiy, (c) 2012-2017
#
# different way to have the same result would be using "self"
# (self and (coolant > fan_off_setting)) | (coolant > fan_on_setting) | is_clt_broken
FAN_CONTROL_LOGIC=(fan and (coolant > fan_off_setting)) | (coolant > fan_on_setting) | is_clt_broken
FUEL_PUMP_LOGIC=(time_since_boot < startup_fuel_pump_duration) | (rpm > 0)