From 0136c5211f5787ded6a1c63c0aba5525312117b1 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 5 Mar 2023 02:01:11 -0500 Subject: [PATCH] dead-ish code only:hellen-honda-k --- firmware/controllers/actuators/vvt.cpp | 5 ----- firmware/integration/rusefi_config.txt | 2 +- firmware/tunerstudio/rusefi.input | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/firmware/controllers/actuators/vvt.cpp b/firmware/controllers/actuators/vvt.cpp index e7b47b2797..dfd97c3d79 100644 --- a/firmware/controllers/actuators/vvt.cpp +++ b/firmware/controllers/actuators/vvt.cpp @@ -90,11 +90,6 @@ expected VvtController::getClosedLoop(angle_t target, angle_t observa float retVal = m_pid.getOutput(target, observation); - if (engineConfiguration->isVerboseAuxPid1) { - efiPrintf("aux duty: %.2f/value=%.2f/p=%.2f/i=%.2f/d=%.2f int=%.2f", retVal, observation, - m_pid.getP(), m_pid.getI(), m_pid.getD(), m_pid.getIntegration()); - } - #if EFI_TUNER_STUDIO m_pid.postState(engine->outputChannels.vvtStatus[index]); #endif /* EFI_TUNER_STUDIO */ diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 7ae1683638..adc78b159d 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -451,7 +451,7 @@ injector_s injector bit isForcedInduction;Does the vehicle have a turbo or supercharger? bit useFordRedundantTps;On some Ford and Toyota vehicles one of the throttle sensors is not linear on the full range, i.e. in the specific range of the positions we effectively have only one sensor. -bit isVerboseAuxPid1 +bit unusedVerbosePid1 bit overrideTriggerGaps bit enableFan1WithAc;Turn on this fan when AC is on. bit enableFan2WithAc;Turn on this fan when AC is on. diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 3a16e0ec38..5d2eb138ea 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -3465,7 +3465,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_ field = "VVT solenoid bank 2 intake", vvtPins3 field = "VVT solenoid bank 2 exhaust", vvtPins4 field = "PWM frequency", vvtOutputFrequency1, {vvtPins1 != 0 || vvtPins2 != 0} - field = "Detailed status in console", isVerboseAuxPid1, {vvtPins1 != 0 || vvtPins2 != 0} field = "VVT solenoid intake cams control direction", invertVvtControlIntake, { vvtPins1 != 0 || vvtPins3 != 0 } field = "VVT solenoid exhaust cams control direction", invertVvtControlExhaust, { vvtPins2 != 0 || vvtPins4 != 0 }