Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 18:33
· 39 commits to master since this release

Changed

  • Removed all variable length arrays within functions
  • No longer trimming returned Strings

Added

  • Implemented a single static command buffer
  • Added the define COMMAND_BUFFER_SIZE to control the size of the command buffer.
  • Added charToRegister(..) and charToFrame(..) functions, each accepting a pointer to a constant char (const char*).

Fixed

  • Fixed return value for sendCommand function.