Indicator for injector HW issues #5189

This commit is contained in:
rusefi 2023-03-19 03:18:38 -04:00
parent 35d4d3a90f
commit ceeb819fc8
4 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@
#define ts_show_vbatt false
#define ts_show_clt_iat_pullup false
#define ts_show_tps_sent true
#define ts_show_inj_diag true
#define show_test_presets false
#define show_Frankenso_presets false

View File

@ -26,6 +26,7 @@ running_fuel_s running
float sdTcharge_coff
float sdAirMassInOneCylinder;SD cylinder mass\nSpeed-density logic: calculated air mass in one cylinder, in grams
bit sdIsTChargeAirModel
bit injectorHwIssue
end_struct

View File

@ -304,8 +304,7 @@ int gpiochips_readPad(brain_pin_e pin)
* 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);
if (!chip)

View File

@ -2180,6 +2180,7 @@ end_struct
! some board files override this value using prepend file
#define ts_show_hip9011 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_2 true
#define ts_show_main_relay true