broadcast button toggle counter #5514

This commit is contained in:
rusefillc 2023-08-22 14:16:19 -04:00
parent 073f6cfbb0
commit 7bbf972c83
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
struct_no_prefix ac_control_s
! main input and output to be displayed on top of View dialog
bit acButtonState;@@INDICATOR_NAME_AC_SWITCH@@
int8_t acButtonState;@@INDICATOR_NAME_AC_SWITCH@@
bit m_acEnabled;AC enabled

View File

@ -4,8 +4,8 @@ struct_no_prefix engine_state_s
float fuelAdd;Lua: Fuel add;"g", 1, 0, 0, 1, 3
float fuelMult;Lua: Fuel mult;
bit clutchUpState
bit brakePedalState
int8_t clutchUpState
int8_t brakePedalState
bit acRequestState
bit luaDisableEtb
bit luaIgnCut