You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the filter initializes such that it filters out extended frames. This solved my problems. CAN_filter_t filter; filter.flags.extended = 1; Can0.begin(500000, filter);
No extended CAN messages will come through even when the relevant fields are set. The pawelsky library is more usable in this regard.
The text was updated successfully, but these errors were encountered: