Skip to content

Meshtastic Python 2.3.13

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 16:51
22bf34e

Important

The protobuf modules have moved in this release. While many imports of _pb2 modules directly from meshtastic will still work, they should in general be updated to use meshtastic.protobuf instead. If needing to support multiple versions of this library, consider wrapping the initial import from meshtastic.protobuf in a try block and then importing from plain meshtastic in an except ImportError block.

Additionally, this version of the library clarifies the licensing of the library and CLI to GPL3. There has been a bit of a confusing potentially-dual-license situation for a little while, but GPL3 is the plan going forward.

In better news, BLE connections should work better in this release due to a lot of work improving that code!

What's Changed

Full Changelog: 2.3.12...2.3.13

As before, please use pip to install if standalone binaries are unavailable or non-functional.