two 042 modules sporadic reading #5773

one step back
This commit is contained in:
Andrey 2023-12-06 15:15:05 -05:00
parent 8964896cab
commit 4f4d86b364
1 changed files with 1 additions and 2 deletions

View File

@ -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)
{