Gear detection based on RPM to VSS ratio #3779
This commit is contained in:
parent
ae0aa5931d
commit
b2403968d3
|
@ -1177,7 +1177,7 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
float tpsAccelEnrichmentThreshold;+Maximum change delta of TPS percentage over the 'length'. Actual TPS change has to be above this value in order for TPS/TPS acceleration to kick in.;"roc", 1, 0, 0, 200, 1
|
||||
|
||||
brain_input_pin_e[2 iterate] auxSpeedSensorInputPin;
|
||||
uint8_t unused1696;;"", 1, 0, 0, 1, 0
|
||||
uint8_t totalGearsCount;;"", 1, 0, 0, 1, 0
|
||||
uint8_t unused16962;;"", 1, 0, 0, 1, 0
|
||||
|
||||
uint32_t uartConsoleSerialSpeed;Band rate for primary TTL;"BPs", 1, 0, 0, 1000000, 0
|
||||
|
|
|
@ -3777,6 +3777,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex
|
||||
field = "showHumanReadableWarning (affects Burn)", showHumanReadableWarning
|
||||
field = "Warning Message", warning_message
|
||||
field = totalGearsCount, totalGearsCount
|
||||
field = "Ford redundant TPS mode", useFordRedundantTps
|
||||
field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1}
|
||||
field = "Artificial Misfire", artificialTestMisfire
|
||||
|
|
Loading…
Reference in New Issue