python
python copied to clipboard
The Python CLI and API for talking to Meshtastic devices
Evaluation of preferences settings will behave inconsistent: - `--set mqtt.enabled 1 --set 0 1` will write nothing at all and show an error hint on the last - `--set 0...
This PR will do a settings change to the radio only when _all_ of the chained `--set` commands are valid (parameter exists and value is accepted). If one of them...
## Content, Request In issue #862 a request was formulated to return the result of `--info` command in JSON or YAML format instead of current textual format, which is not...
It was not waiting any time.
I think it would help developers get off the ground if we had a local development guide like on the meshtastic/meshtastic documentation repository. Example: [README.md local development setup instructions link](https://github.com/meshtastic/meshtastic#:~:text=Local%20Development%20Guide)...
To set the index 0 name to the preset name from localConfig.lora.modem_preset when empty and compute hash so the output will not have bad index0 name or hash, also removes...
## Overview of changes and motivation 1. Adding "is_unmessagable" to config Idea was first to add the "is_unmessagable" flag to the export/import of configurations. This seemed to be a straight...
Just a quick set of files to enable the build of (tagged) containers. Both alpine and debian containers are available (~200MiB/~1.2GiB) allowing us to use meshtastic cli with a quick...
When I run this segment of code every item in the list is executed even printed out in the statement, however the last message in the array is always never...