Releases: pvizeli/CmdParser
Releases · pvizeli/CmdParser
CmdParser 1.7
What's Changed
- Add new method to look for a flag in all parameters (#16) @MohammedNoureldin
- Fixed: comparing functions throw exception when parameter is missing (#18) @intellinside
CmdParser 1.6
CmdParser 1.5
- clear cmdBuffer after each command (@niziak)
CmdParser 1.4
- Fix buffer fill while receiving command chunks (@neomilium)
CmdParser 1.3
- Fix parse a empty buffer (@pvizeli)
- Fix some bugs of parse parameters (@neomilium)
CmdParser 1.2
now support all platform with and without progmem support. And also a better Serial handling, thanks @phardy.
CmdParser 1.1
Bugfix:
- Compile error with ESP8266