Fan not be able to be set because in use at VR PWM #5565

only:alphax-2chan
This commit is contained in:
rusefi 2023-09-17 13:15:18 -04:00
parent 6c7dea7d68
commit 7515262f3e
4 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,7 @@
#define ts_show_can2 false
#define ts_show_software_knock false
#define ts_show_hardware_simulator false
#define ts_show_vr_threshold_pins false
#define show_Hellen_presets true
#define show_2chan_presets true

View File

@ -14,6 +14,7 @@
#define ts_show_can2 false
#define ts_show_software_knock true
#define ts_show_hardware_simulator false
#define ts_show_vr_threshold_pins false
#define show_Hellen_presets true
#define show_4chan_presets true

View File

@ -2184,6 +2184,7 @@ end_struct
#define ts_show_sd_pins true
#define ts_show_injectionPinMode false
#define ts_show_ignitionPinMode true
#define ts_show_vr_threshold_pins true
! we need to improve this further - at the moment we need too many boards to prepend 'false'
#define show_test_presets true

View File

@ -4560,11 +4560,11 @@ dialog = tcuControls, "Transmission Settings"
text = "<img src='https://rusefi.com/style/logo_100.gif'>"
dialog = vrThreshold1, "VR 1 Threshold"
field = "Pin", vrThreshold1_pin
field = "Pin", vrThreshold1_pin@@if_ts_show_vr_threshold_pins
panel = vrThresholdCurve1
dialog = vrThreshold2, "VR 2 Threshold"
field = "Pin", vrThreshold2_pin
field = "Pin", vrThreshold2_pin@@if_ts_show_vr_threshold_pins
panel = vrThresholdCurve2
dialog = vrThreshold