Too long field comment becomes log field name #4716
This commit is contained in:
parent
523a6b9592
commit
dd081e5d58
|
@ -268,7 +268,7 @@ uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 5, 2
|
|||
|
||||
float calibrationValue2;;"", 1, 0, 0, 0, 0
|
||||
bit isMainRelayOn;
|
||||
bit isUsbConnected;Original reason for this is to check if USB is connected from Lua
|
||||
bit isUsbConnected;isUsbConnected\nOriginal reason for this is to check if USB is connected from Lua
|
||||
|
||||
uint32_t luaInvocationCounter;;"count",1, 0, 0, 0, 0
|
||||
uint32_t luaLastCycleDuration;;"nt",1, 0, 0, 0, 0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
struct_no_prefix high_pressure_fuel_pump_s
|
||||
|
||||
angle_t m_requested_pump;Computed requested pump duration in degrees (not including deadtime)
|
||||
angle_t m_requested_pump;HPFP duration\nComputed requested pump duration in degrees (not including deadtime)
|
||||
float fuel_requested_percent
|
||||
float fuel_requested_percent_pi
|
||||
bit noValve
|
||||
|
|
Loading…
Reference in New Issue