From 9da3bdd5952c21c0045d281ac8c73d92d1bafb58 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 2 Jan 2025 21:47:45 -0500 Subject: [PATCH] only:proper scale on tcharge --- firmware/integration/rusefi_config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 42659e5850..82c9e4a4d7 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -1311,7 +1311,7 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\ int crankingIACposition;This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling.;"percent", 1, 0, -100, 100, 0 - float tChargeMinRpmMinTps;;"", 1, 0, 0, 3, 4 + uint8_t autoscale tChargeMinRpmMinTps;;"", 0.005, 0, 0, 1, 3 float tChargeMinRpmMaxTps;;"", 1, 0, 0, 3, 4 float tChargeMaxRpmMinTps;;"", 1, 0, 0, 3, 4 uint8_t autoscale tChargeMaxRpmMaxTps;;"", 0.005, 0, 0, 1, 3