two 042 modules sporadic reading #5773

only:proteus_f7
This commit is contained in:
rusefillc 2023-12-05 20:22:33 -05:00
parent ede2aa52f3
commit 602b1a97f4
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ AemXSeriesWideband::AemXSeriesWideband(uint8_t sensorIndex, SensorType type)
: CanSensorBase(
0, // ID passed here doesn't matter since we override acceptFrame
type,
MS2NT(21) // sensor transmits at 100hz, allow a frame to be missed
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
)
, m_sensorIndex(sensorIndex)
{