parent
63acb583c3
commit
611609e07d
|
@ -9,6 +9,8 @@
|
||||||
# Andrey Belomutskiy, (c) 2012-2017
|
# 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
|
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)
|
FUEL_PUMP_LOGIC=(time_since_boot < startup_fuel_pump_duration) | (rpm > 0)
|
||||||
|
|
Loading…
Reference in New Issue