Skip to content

v1.1.1

Compare
Choose a tag to compare
@tbouron tbouron released this 14 Jan 13:52
· 20 commits to master since this release
62e87ca

v1.1.1 is out 🎉

Bug fixes

  • When using the network mode, some of the SBS1 messages where mangled from the stream. It was due to the stream outputting more than one message per frame which shouldn't happen. It was fixed by splitting the received data by \n character and iterating as usual over it.