Ignition Knock response logging progress

This commit is contained in:
rusefillc 2023-04-11 10:43:34 -04:00
parent 638b9bf5d8
commit b629d5b064
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ struct_no_prefix ignition_state_s
float luaTimingAdd;"Ignition: Lua add";"deg",1, 0, -20, 20, 2, @@GAUGE_CATEGORY_TIMING@@
float luaTimingMult;"Ignition: Lua mult";"deg",1, 0, -20, 20, 2, @@GAUGE_CATEGORY_TIMING@@
uint8_t[MAX_CYLINDER_COUNT iterate] perCylinderTiming;;"Timing Cyl", 1, 0, 0, 0, 0
end_struct

View File

@ -1,6 +1,6 @@
struct_no_prefix knock_controller_s
angle_t m_knockRetard;Knock Degrees retarded\nlarger number = more retard
float m_knockThreshold
uint32_t m_knockCount
float m_knockThreshold;Knock Retard Threshold
uint32_t m_knockCount;Knock Count
float m_maximumRetard
end_struct