logging of live data structs was: data points #3614
This commit is contained in:
parent
be772a6a1a
commit
080d8a3f5e
|
@ -3,6 +3,9 @@ struct_no_prefix ignition_state_s
|
|||
float baseDwell
|
||||
float dwellVoltageCorrection
|
||||
|
||||
float luaTimingAdd;
|
||||
float luaTimingMult;
|
||||
|
||||
! ignition_state
|
||||
end_struct
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
! this is here so that rusEFI console can access it, too
|
||||
!
|
||||
#define TS_OUTPUT_SIZE 640
|
||||
#define TS_TOTAL_OUTPUT_SIZE 992
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1000
|
||||
|
||||
!
|
||||
! this is used to confirm that firmware and TunerStudio are using the same rusefi.ini version
|
||||
|
|
Loading…
Reference in New Issue