diff --git a/firmware/controllers/sensors/impl/AemXSeriesLambda.cpp b/firmware/controllers/sensors/impl/AemXSeriesLambda.cpp index c51007408b..fc1a7d0c67 100644 --- a/firmware/controllers/sensors/impl/AemXSeriesLambda.cpp +++ b/firmware/controllers/sensors/impl/AemXSeriesLambda.cpp @@ -13,8 +13,7 @@ AemXSeriesWideband::AemXSeriesWideband(uint8_t sensorIndex, SensorType type) : CanSensorBase( 0, // ID passed here doesn't matter since we override acceptFrame type, - MS2NT(400) // blind attempt to fix https://github.com/rusefi/rusefi/issues/5773 - //MS2NT(21) // sensor transmits at 100hz, allow a frame to be missed + MS2NT(3 * WBO_TX_PERIOD_MS) // sensor transmits at 100hz, allow a frame to be missed ) , m_sensorIndex(sensorIndex) {