logging of live data structs was: data points #3614

This commit is contained in:
rusefillc 2022-04-16 19:18:03 -04:00
parent be772a6a1a
commit 080d8a3f5e
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ struct_no_prefix ignition_state_s
float baseDwell
float dwellVoltageCorrection
float luaTimingAdd;
float luaTimingMult;
! ignition_state
end_struct

View File

@ -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