Nick wonders if DC wastegate is still FUBAR #5075
This commit is contained in:
parent
85766f75f9
commit
b6ccfadca1
|
@ -667,6 +667,7 @@ DcHardware *getdcHardware();
|
||||||
|
|
||||||
DcHardware *dc = getdcHardware();
|
DcHardware *dc = getdcHardware();
|
||||||
engine->dc_motors.dcOutput0 = dc->dcMotor.get();
|
engine->dc_motors.dcOutput0 = dc->dcMotor.get();
|
||||||
|
engine->dc_motors.isEnabled0_int = dc->msg() == nullptr;
|
||||||
|
|
||||||
#if EFI_SHAFT_POSITION_INPUT
|
#if EFI_SHAFT_POSITION_INPUT
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
struct_no_prefix dc_motors_s
|
struct_no_prefix dc_motors_s
|
||||||
float dcOutput0;"DC: output0";"per", 1,0, 0,10, 2,@@GAUGE_CATEGORY_ETB@@
|
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
|
bit isEnabled0
|
||||||
|
|
||||||
end_struct
|
end_struct
|
Loading…
Reference in New Issue