We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0629774 commit 27af056Copy full SHA for 27af056
udsoncan/j2534.py
@@ -357,7 +357,7 @@ class Filter(Enum):
357
class TxStatusFlag(Enum):
358
ISO15765_CAN_ID_BOTH = 0x00000800
359
ISO15765_CAN_ID_29 = 0x00000100
360
- ISO15765_CAN_ID_11 = 0x00000040
+ ISO15765_CAN_ID_11 = 0x00000000
361
ISO15765_FRAME_PAD = 0x00000040
362
WAIT_P3_MIN_ONLY = 0x00000200
363
SW_CAN_HV_TX = 0x00000400 # OP2.0: Not supported
0 commit comments