Skip to content

1.1.0

Compare
Choose a tag to compare
@bakercp bakercp released this 09 Nov 23:18
· 94 commits to master since this release

[1.1.0] 2017-11-09

Added

  • Additional inline documentation.
  • Added doxygen configuration file.
  • Added CHANGELOG.md file.
  • Added the void PacketSerial_::begin(unsigned long speed, uint8_t config, size_t port) method to avoid confusion with the standard Serial.begin(unsigned long speed, uint8_t config).

Changed

  • Updated README.md, fixed errors, spelling, byte counts, etc.
  • Updated documentation / comments in documentation for clarity.

Removed

  • Deprecated the void begin(unsigned long speed, size_t port) method because it could be confused with the standard Serial.begin(unsigned long speed, uint8_t config) method.

Fixed

  • Fixed Duplicated SLIP END Packet #11
  • Fix types to remove warnings in examples.
  • Add const qualifier to the send() method.

Security

  • None