rusEFI console logs are missing some fields #3314

This commit is contained in:
rusefillc 2021-10-05 16:27:09 -04:00
parent 0d91c14ef2
commit 546d354faf
1 changed files with 3 additions and 3 deletions

View File

@ -170,9 +170,9 @@ struct TunerStudioOutputChannels {
scaled_channel<float> knockLevel; // 108
// Mode, firmware, protocol, run time
uint32_t timeSeconds; // 112
uint32_t engineMode; // 116
uint32_t firmwareVersion; // 120
scaled_channel<uint32_t> timeSeconds; // 112
scaled_channel<uint32_t> engineMode; // 116
scaled_channel<uint32_t> firmwareVersion; // 120
// todo: this not needed in light of TS_SIGNATURE but rusEFI console still uses it. Need to migrate
// rusEFI console from TS_FILE_VERSION to TS_SIGNATURE :(