Skip to content

v1.9.0

Compare
Choose a tag to compare
@pylessard pylessard released this 12 Aug 19:00

improvements

  • #69 : Improved interraction with python-can by passing down timeout parameter (credit @mikisama)
  • #77 : Add support for optional non-standard CAN IDs in addressing modes Mixed 29 bits and NormalFixed 29 bits. (credits: @Zcholm)
  • Increased tooling version for documentation + few typos.

Bugfix

  • #61 : Rate limiter would fail when applying throttling on a multi-packet message. (reported by @dpatel20)