Meshtastic Python 2.3.1
What's Changed
- Attempt TCP connection to localhost if serial detect fails by @jp-bennett in #498
 - Make BLE connections a bit more resilient by @wnagele in #503
 - Show unknown nodes in a fashion similar to the web UI. Fixes #504 by @ianmcorvidae in #505
 - Make --ch-set with invalid options print out the available options by @ianmcorvidae in #509
 - Set --ch-index to a newly added channel when --ch-add is set, to allow further modification by @ianmcorvidae in #508
 - use importlib.metadata and packaging.version instead of pkg_resources by @ianmcorvidae in #516
 - Pylint wrangling by @ianmcorvidae in #517
 
New Contributors
- @ianmcorvidae made their first contribution in #505
 
Full Changelog: 2.3.0...2.3.1