broadcast button toggle counter #5514

only:changing proper lines
This commit is contained in:
rusefillc 2023-08-22 14:26:47 -04:00
parent 03e0ada1a9
commit 21fb17e2b5
1 changed files with 6 additions and 6 deletions

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;
int8_t clutchUpState
int8_t brakePedalState
bit clutchUpState
bit brakePedalState
bit acRequestState
bit luaDisableEtb
bit luaIgnCut
@ -33,10 +33,10 @@ struct_no_prefix engine_state_s
int16_t hellenBoardId;Detected Board ID;"id", 1, 0, 0, 3000, 0
bit clutchUpState;@@INDICATOR_NAME_CLUTCH_UP@@
bit clutchDownState;@@INDICATOR_NAME_CLUTCH_DOWN@@
bit brakePedalState;@@INDICATOR_NAME_BRAKE_DOWN@@
bit startStopState
int8_t clutchUpState;@@INDICATOR_NAME_CLUTCH_UP@@
int8_t clutchDownState;@@INDICATOR_NAME_CLUTCH_DOWN@@
int8_t brakePedalState;@@INDICATOR_NAME_BRAKE_DOWN@@
int8_t startStopState
uint32_t startStopStateToggleCounter
float egtValue1