New
Little fixes and additions
What's Changed
- don't flush, since on arduino this also clears the RX buffer by @zivillian in https://github.com/eModbus/eModbus/pull/312
- New : function to clear message queue by @ameisso in https://github.com/eModbus/eModbus/pull/333
- Remove 'register' for c++17 compatibility by @jmceleney in https://github.com/eModbus/eModbus/pull/334
- New : optional 'userInterval' parameter in RTU begin() calls to intentionally increase the quiet times between messages
- New : optional use of
ANY_SERVERas a server ID inregisterWorker()calls. Read the docs before using this! https://github.com/eModbus/eModbus/pull/339 - Various small bug fixes and streamlining
- Doc changes on eModbus.github.io
New Contributors
- @zivillian made their first contribution in https://github.com/eModbus/eModbus/pull/312
- @ameisso made their first contribution in https://github.com/eModbus/eModbus/pull/333
- @jmceleney made their first contribution in https://github.com/eModbus/eModbus/pull/334
Full Changelog: https://github.com/eModbus/eModbus/compare/v1.7-stable...v1.7.1stable