get rid of unused `targetVBatt` setting (`Target(Volts)` setting on `Alternator Settings` area in Tuner Studio), closes #6523

This commit is contained in:
kifir 2024-07-16 17:10:28 +03:00
parent ad3311b05c
commit e4d54b79f9
2 changed files with 1 additions and 2 deletions

View File

@ -1182,7 +1182,7 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
int16_t idlePidRpmDeadZone;If the RPM closer to target than this value, disable closed loop idle correction to prevent oscillation;"RPM", 1, 0, 0, 800, 0
float targetVBatt;This is the target battery voltage the alternator PID control will attempt to maintain;"Volts", 1, 0, 0, 30, 1
float unusedTargetVBatt
bit mc33810DisableRecoveryMode;See Over/Undervoltage Shutdown/Retry bit in documentation
bit mc33810Gpgd0Mode
bit mc33810Gpgd1Mode

View File

@ -4065,7 +4065,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Battery Input Divider Coefficient", vbattDividerCoeff
dialog = alternator, "Alternator Settings", yAxis
field = "Enabled", isAlternatorControlEnabled
field = "Target", targetVBatt, {isAlternatorControlEnabled == 1}
field = "Control output", alternatorControlPin, {isAlternatorControlEnabled == 1}
field = "Control output mode", alternatorControlPinMode, {isAlternatorControlEnabled == 1}
field = "PWM frequency", alternatorPwmFrequency, {isAlternatorControlEnabled == 1}