mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Merge pull request #1158 from meshtastic/thebentern-patch-1
Remove deprecated python documentation
This commit is contained in:
commit
9d0e5f6352
|
@ -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).
|
||||||
|
|
Loading…
Reference in a new issue