Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 982 Bytes

CHANGELOG.md

File metadata and controls

38 lines (27 loc) · 982 Bytes

Changelog

v7.0.0

  • Using std::array for passing around SBUS data and commands

v6.0.3

  • Cleaned up folder structure after merge
  • Pulling in mcu-support repo for CMake builds
  • Fixed pointer constness for SbusRx

v6.0.2

  • Removed the tools folder to fix Arduino linting

v6.0.1

  • Fixing library.properties version number

v6.0.0

  • Merging CMake and Arduino SBUS libraries. Version 6 is the next available version number common between the two.

v2.1.2

  • Added Embedded Template Library support for AVR boards.

v2.1.1

  • Added CH17 and 18 support for read and write
  • Added capability to write lost_frame or failsafe

v2.0.1

  • Added back in support for SBUS2 footers

v2.0.0

  • Updated to match our SBUS library for flight software
  • Updated license to MIT

v1.0.1

  • Updated license to GPLV3.

v1.0.0

  • Updated to Arduino 1.5 format and setting a baseline release here.