etbSplit: is limited by 5% for most boards in SW

But for Hellen121Nissan it set to 10.
Sync with max MAX_TPS_PPS_DISCREPANCY to avoid page CRC error when
user tryes to set more than 10%.
For 5..10% it will still cause error for most boards.
This commit is contained in:
Andrey Gusakov 2024-05-01 23:57:18 +03:00
parent 2ddb7b22bc
commit 7592e46b46
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ end_struct
afr_sensor_s afr
adc_channel_e throttlePedalPositionAdcChannel;Electronic throttle pedal position first channel\nSee throttlePedalPositionSecondAdcChannel for second channel\nSee also tps1_1AdcChannel\nset_analog_input_pin pps X\nSee throttlePedalUpVoltage and throttlePedalWOTVoltage
uint8_t autoscale etbSplit;TPS/PPS error threshold;"%", 0.1, 0, 0, 20, 1
uint8_t autoscale etbSplit;TPS/PPS error threshold;"%", 0.1, 0, 0, 10, 1
Gpio tle6240_cs;
pin_output_mode_e tle6240_csPinMode;
pin_output_mode_e mc33810_csPinMode;