From d47b099edf05df71115c24c41fbaf266810c817d Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 2 Jul 2022 04:06:09 -0400 Subject: [PATCH] https://github.com/rusefi/hellen154hyundai/issues/54 --- firmware/controllers/actuators/ac_control.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/firmware/controllers/actuators/ac_control.txt b/firmware/controllers/actuators/ac_control.txt index 97047d1a6c..34fd19d554 100644 --- a/firmware/controllers/actuators/ac_control.txt +++ b/firmware/controllers/actuators/ac_control.txt @@ -1,13 +1,15 @@ struct_no_prefix ac_control_s +! main input and output to be displayed on top of View dialog +bit acButtonState;@@INDICATOR_NAME_AC_SWITCH@@ +bit m_acEnabled;AC enabled + + bit engineTooSlow;AC engine too slow bit engineTooFast;AC engine too fast bit noClt;AC no CLT bit engineTooHot;AC engine too hot bit tpsTooHigh;AC tps too high -bit m_acEnabled;AC enabled - -bit acButtonState;@@INDICATOR_NAME_AC_SWITCH@@ bit isDisabledByLua;AC disabled by Lua int latest_usage_ac_control;AC latest activity