This commit is contained in:
rusefi 2024-05-08 21:45:21 -04:00
parent cf2535f340
commit 72b1beaa49
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ void setSlingshot() {
setCustomMap(/*lowValue*/ 20, 0.3, 250, 4.65);
#if HW_PROTEUS
engineConfiguration->auxAnalogInputs[0] = PROTEUS_IN_ANALOG_VOLT_4; // gear position signal
engineConfiguration->starterControlPin = Gpio::PROTEUS_LS_15;
engineConfiguration->startStopButtonPin = PROTEUS_DIGITAL_5;
engineConfiguration->startRequestPinInverted = true;