Meshtastic Python 2.3.14
Important note
This is the last version of this library & CLI that supports Python 3.8. Python 3.8 will reach formal end of life later this year -- if you are using it, please update your python installation.
This version of the CLI will issue a warning if it's running on Python 3.8 as well.
What's Changed
- Update heartbeat interval to a fixed 300 seconds by @ianmcorvidae in #628
- Correctly detect LocalConfig vs. LocalModuleConfig, again. fixes #630 by @ianmcorvidae in #632
- Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in #633
- Fix for hopLimit param on sendTraceRoute not being respected by @ppicazo in #629
New Contributors
- @dependabot made their first contribution in #633
- @ppicazo made their first contribution in #629
Full Changelog: 2.3.13...2.3.14