mc33810: export some setting to TS
This commit is contained in:
parent
d69639e295
commit
4ac1c3036c
|
@ -1138,7 +1138,11 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
|
||||
|
||||
float targetVBatt;This is the target battery voltage the alternator PID control will attempt to maintain;"Volts", 1, 0, 0, 30, 1
|
||||
uint32_t unused1372
|
||||
bit mc33810DisableRecoveryMode;See Over/Undervoltage Shutdown/Retry bit in documentation
|
||||
bit mc33810Gpgd0Mode
|
||||
bit mc33810Gpgd1Mode
|
||||
bit mc33810Gpgd2Mode
|
||||
bit mc33810Gpgd3Mode
|
||||
int16_t afterCrankingIACtaperDuration;This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup.;"cycles", 1, 0, 0, 5000, 0
|
||||
|
||||
int16_t iacByTpsTaper;IAC Value added when coasting and transitioning into idle.;"percent", 1, 0, 0, 500, 0
|
||||
|
|
Loading…
Reference in New Issue