From 94baea80ba575aa49585b7633f610ef5f8531038 Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 22 Jun 2017 09:25:21 +0300 Subject: [PATCH] mapMinBufferLength --- firmware/integration/rusefi_config.txt | 2 +- firmware/tunerstudio/rusefi.input | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 6ed8fccddb..b6e275609c 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -528,7 +528,7 @@ bit is_enabled_spi_2 custom uart_device_e 4 bits,U32, @OFFSET@, [0:1], "Off", "UART1", "UART2", "UART3" uart_device_e consoleUartDevice; - int unused1; + int mapMinBufferLength; int16_t idlePidDeactivationTpsThreshold;;"%", 1, 0, 0, 100.0, 0 int16_t idleStepperPulseDuration;;"ms", 1, 0, 0, 1000.0, 0 float nb2ratioFrom;;"value", 1, 0, 0, 1000, 5 diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 3b28839321..a6249cb4d9 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -1229,6 +1229,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56" field = "MAP voltage low point", mapLowValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0} field = "MAP value high point", map_sensor_highValue, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0} field = "MAP voltage high value", mapHighValueVoltage, { map_sensor_type == 0 && hasFrequencyReportingMapSensor == 0} + field = "Use minimal value of", mapMinBufferLength dialog = mapSensorFDlg, "Frequency Sensor Settings", xAxis field = "pin", frequencyReportingMapInputPin, {hasFrequencyReportingMapSensor == 1}