mapMinBufferLength
This commit is contained in:
parent
d682229f27
commit
94baea80ba
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue