Indicator for injector HW issues #5189
This commit is contained in:
parent
35d4d3a90f
commit
ceeb819fc8
|
@ -28,6 +28,7 @@
|
||||||
#define ts_show_vbatt false
|
#define ts_show_vbatt false
|
||||||
#define ts_show_clt_iat_pullup false
|
#define ts_show_clt_iat_pullup false
|
||||||
#define ts_show_tps_sent true
|
#define ts_show_tps_sent true
|
||||||
|
#define ts_show_inj_diag true
|
||||||
|
|
||||||
#define show_test_presets false
|
#define show_test_presets false
|
||||||
#define show_Frankenso_presets false
|
#define show_Frankenso_presets false
|
||||||
|
|
|
@ -26,6 +26,7 @@ running_fuel_s running
|
||||||
float sdTcharge_coff
|
float sdTcharge_coff
|
||||||
float sdAirMassInOneCylinder;SD cylinder mass\nSpeed-density logic: calculated air mass in one cylinder, in grams
|
float sdAirMassInOneCylinder;SD cylinder mass\nSpeed-density logic: calculated air mass in one cylinder, in grams
|
||||||
bit sdIsTChargeAirModel
|
bit sdIsTChargeAirModel
|
||||||
|
bit injectorHwIssue
|
||||||
|
|
||||||
|
|
||||||
end_struct
|
end_struct
|
|
@ -304,8 +304,7 @@ int gpiochips_readPad(brain_pin_e pin)
|
||||||
* else return brain_pin_diag_e from gpiochip driver;
|
* else return brain_pin_diag_e from gpiochip driver;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
brain_pin_diag_e gpiochips_getDiag(brain_pin_e pin)
|
brain_pin_diag_e gpiochips_getDiag(brain_pin_e pin) {
|
||||||
{
|
|
||||||
gpiochip *chip = gpiochip_find(pin);
|
gpiochip *chip = gpiochip_find(pin);
|
||||||
|
|
||||||
if (!chip)
|
if (!chip)
|
||||||
|
|
|
@ -2180,6 +2180,7 @@ end_struct
|
||||||
! some board files override this value using prepend file
|
! some board files override this value using prepend file
|
||||||
#define ts_show_hip9011 false
|
#define ts_show_hip9011 false
|
||||||
#define ts_show_tps_sent false
|
#define ts_show_tps_sent false
|
||||||
|
#define ts_show_inj_diag false
|
||||||
#define ts_show_vr_threshold_all true
|
#define ts_show_vr_threshold_all true
|
||||||
#define ts_show_vr_threshold_2 true
|
#define ts_show_vr_threshold_2 true
|
||||||
#define ts_show_main_relay true
|
#define ts_show_main_relay true
|
||||||
|
|
Loading…
Reference in New Issue