Releases: REVrobotics/CANBridge
Releases · REVrobotics/CANBridge
Version 2.6.0
Version 2.5.1
Fix detecting that a frame to send is an RTR
Version 2.5.0
- Allows sending RTR messages by ORing the arb ID with
HAL_CAN_IS_FRAME_REMOTE
by @LandryNorris in #36
Full Changelog: v2.4.1...v2.5.0
Version 2.4.1
What's Changed
- Immediately cancel repeating frames if interval is -1 by @LandryNorris in #35
Full Changelog: v2.4.0...v2.4.1
Version 2.4.0
- Fixes issue where non-repeating messages with the same arbitration ID sent in quick succession could be dropped (#30)
- This is still true for repeating messages, but that's intended behavior, as typically only the most recent data matters for repeating messages
Version 2.3.0
Version 2.2.0
Makes ReceiveMessage()
always return the most recent matching message (#22)
Version 2.1.0
Updates WPILib dependencies