Skip to content

Commit

Permalink
Added info about canfd flag
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Jun 10, 2022
1 parent fd3500e commit 5047a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The CAN message is defined as a JSON object with the following payload format
"data":[1,2,3,4,5]}
}
```

* <b>canfd</b> - Marks the frame as a CAN-FD frame.
* <b>ext</b> - Marks the message as an extended id message.
* <b>rtr</b> - The message is a remote transmission request. No data should be specified in this case (set to null).
* <b>canid</b> - The canid for the CAN message. Must be less then 0x7ff for a standard CAN message.
Expand Down

0 comments on commit 5047a03

Please sign in to comment.