Skip to content

2.0.2

Compare
Choose a tag to compare
@armadsen armadsen released this 14 Mar 20:04
· 70 commits to master since this release

This is a minor bug fix update to ORSSerialPort containing the following changes:

CHANGED

  • Refactored packet descriptor buffer parsing to pave the way for future improvements (thanks @nathanntg!)
  • Clarified distinction between packet parsing API and request/response API in documentation for ORSSerialPacketDescriptor.
  • Refactored modem line control code (see Issue #86 and commit 6fc0c9e)

FIXED

  • Fixed error building framework project in Xcode 4.6 on 10.7.5
  • Fixed bug where PacketParsingDemo and RequestResponseDemo apps didn't work on 10.11
  • Fixed incorrect nullability annotation on ORSSerialRequest's responseDescriptor property

Complete changes for this release can be viewed here.