Merge pull request #1158 from meshtastic/thebentern-patch-1

Remove deprecated python documentation
This commit is contained in:
Ben Meadors 2024-03-27 07:00:21 -05:00 committed by GitHub
commit 9d0e5f6352
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,14 +94,6 @@ pytest --durations=0
make slow make slow
``` ```
### Generate the Python API documentation
Pre-generated: [API documentation](https://python.meshtastic.org)
```shell
bin/regen-docs.sh
```
## Wire encoding ## Wire encoding
When sending protobuf packets over serial or TCP each packet is preceded by uint32 sent in network byte order (big endian). When sending protobuf packets over serial or TCP each packet is preceded by uint32 sent in network byte order (big endian).