Do not insert aem can listeners to list on each flash write

reconfigureSensors()->initLambda()->registerCanSensor() ...

This cause linked list loop.

Proper solution is to remove AEM sensors from can listener
list before inserting them again.

Revert "missing initLambda in reconfigureSensors"

This reverts commit ee20cbd33b.
This commit is contained in:
Andrey Gusakov 2024-03-03 00:23:35 +03:00 committed by rusefillc
parent 4708afd445
commit e277cd62a5
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ void reconfigureSensors() {
initFluidPressure();
initVbatt();
initThermistors();
initLambda();
initFlexSensor(false);
initVehicleSpeedSensor();
initTurbochargerSpeedSensor();