Nick wonders if DC wastegate is still FUBAR #5075

This commit is contained in:
Andrey 2023-02-13 18:27:58 -05:00
parent d31344a019
commit 6d88c2e34a
2 changed files with 2 additions and 0 deletions

View File

@ -667,6 +667,7 @@ DcHardware *getdcHardware();
DcHardware *dc = getdcHardware();
engine->dc_motors.dcOutput0 = dc->dcMotor.get();
engine->dc_motors.isEnabled0_int = dc->msg() == nullptr;
#if EFI_SHAFT_POSITION_INPUT

View File

@ -2,6 +2,7 @@
struct_no_prefix dc_motors_s
float dcOutput0;"DC: output0";"per", 1,0, 0,10, 2,@@GAUGE_CATEGORY_ETB@@
uint8_t isEnabled0_int;"DC: en0";"per", 1,0, 0,10, 2,@@GAUGE_CATEGORY_ETB@@
bit isEnabled0
end_struct