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
error[E0599]: no variant or associated item named `ISO15765_ADDR_TYPE` found for enum `ConnectFlags` in the current scope
--> src/commapi/passthru_api.rs:139:35
|
139 | flags |= ConnectFlags::ISO15765_ADDR_TYPE as u32;
| ^^^^^^^^^^^^^^^^^^ variant or associated item not found in `ConnectFlags`
If I comment it out I can run OVD.
The text was updated successfully, but these errors were encountered:
This is my current error message:
If I comment it out I can run OVD.
The text was updated successfully, but these errors were encountered: