This commit is contained in:
rusefi 2019-08-31 23:32:33 -04:00
parent e885079de1
commit 6fc1b1dc88
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ percent_t getPedalPosition(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
if (mockPedalPosition != MOCK_UNDEFINED) {
return mockPedalPosition;
}
DISPLAY_TAG(PEGAL_SECTION);
DISPLAY_TAG(PEDAL_SECTION);
DISPLAY_TEXT(Analog_MCU_reads);
float voltage = getVoltageDivided("pPS", CONFIG(DISPLAY_CONFIG(throttlePedalPositionAdcChannel)));

View File

@ -3,7 +3,7 @@ package com.rusefi.ldmp.generated;
import com.rusefi.ldmp.*;
public class TpsMeta {
public static final Request[] PEGAL_SECTION = new Request[]{
public static final Request[] PEDAL_SECTION = new Request[]{
new TextRequest("Analog_MCU_reads"),
new ConfigRequest("throttlePedalPositionAdcChannel"),
};