Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@gpb01 gpb01 released this 24 Feb 14:31
· 11 commits to main since this release
  • eliminated the error message in case the command is not recognized (can create problems)
  • int8_t ReadSer () - the method now returns an error code documented in ReadMe
  • void Print (float, int numDec = 2) - added Print for floats with default of two decimals
  • void Print (double, int numDec = 2) - added Print for doubles with default of two decimals
  • the SerialCmd_Buffer (private) has now, at each cycle, completely cleaned at 0x00
  • If the terminator is CR or LF, now any LF or CR remaining in the command is eliminated