From dcb52a5b376cdf7f2dad4c2f03e27903e559a0f1 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 21 Jun 2021 03:10:59 -0400 Subject: [PATCH] TS Burned All Data engine stop #2839 second guess --- firmware/controllers/algo/engine_configuration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/algo/engine_configuration.cpp b/firmware/controllers/algo/engine_configuration.cpp index 62c5826116..158977b9ca 100644 --- a/firmware/controllers/algo/engine_configuration.cpp +++ b/firmware/controllers/algo/engine_configuration.cpp @@ -157,7 +157,7 @@ static void wipeStrings(DECLARE_ENGINE_PARAMETER_SIGNATURE) { void onBurnRequest(DECLARE_ENGINE_PARAMETER_SIGNATURE) { wipeStrings(PASS_ENGINE_PARAMETER_SIGNATURE); -// incrementGlobalConfigurationVersion(PASS_ENGINE_PARAMETER_SIGNATURE); + incrementGlobalConfigurationVersion(PASS_ENGINE_PARAMETER_SIGNATURE); } /** @@ -176,7 +176,7 @@ void incrementGlobalConfigurationVersion(DECLARE_ENGINE_PARAMETER_SIGNATURE) { * All these callbacks could be implemented as listeners, but these days I am saving RAM */ #if EFI_PROD_CODE - applyNewHardwareSettings(); +//todo #2839 applyNewHardwareSettings(); reconfigureSensors(); #endif /* EFI_PROD_CODE */ engine->preCalculate(PASS_ENGINE_PARAMETER_SIGNATURE);