TS Burned All Data engine stop #2839

second guess
This commit is contained in:
Andrey 2021-06-21 03:10:59 -04:00
parent 92f7079360
commit 3c298da417
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ static void wipeStrings(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
void onBurnRequest(DECLARE_ENGINE_PARAMETER_SIGNATURE) { void onBurnRequest(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
wipeStrings(PASS_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 * All these callbacks could be implemented as listeners, but these days I am saving RAM
*/ */
#if EFI_PROD_CODE #if EFI_PROD_CODE
applyNewHardwareSettings(); //todo #2839 applyNewHardwareSettings();
reconfigureSensors(); reconfigureSensors();
#endif /* EFI_PROD_CODE */ #endif /* EFI_PROD_CODE */
engine->preCalculate(PASS_ENGINE_PARAMETER_SIGNATURE); engine->preCalculate(PASS_ENGINE_PARAMETER_SIGNATURE);