logging of live data structs was: data points #3614

progress
This commit is contained in:
Andrey 2022-04-13 21:52:05 -04:00
parent 8413202396
commit 8752f55a5f
1 changed files with 6 additions and 0 deletions

View File

@ -171,6 +171,12 @@ static void handlePageSelectCommand(TsChannelBase *tsChannel, ts_response_format
#if EFI_TUNER_STUDIO
const void * getStructAddr(live_data_e structId) {
if (engine == nullptr) {
#if ! EFI_UNIT_TEST
firmwareError(OBD_PCM_Processor_Fault, "getStructAddr: No engine reference");
#endif
return nullptr;
}
switch (structId) {
case LDS_high_pressure_fuel_pump:
#if EFI_HPFP