mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Python guidance
This commit is contained in:
parent
a90c862a68
commit
c2524d119d
|
@ -28,7 +28,7 @@ This page will function as a cheat-sheet to keep our notes on how to work with M
|
||||||
|
|
||||||
## Meshtastic 1.3 - Device
|
## Meshtastic 1.3 - Device
|
||||||
|
|
||||||
There are often breaking changes in the firmware right now so please test the lastest version.
|
There are often breaking changes in the firmware right now so please test the lastest version.
|
||||||
The latest firmware can be found here:
|
The latest firmware can be found here:
|
||||||
|
|
||||||
https://github.com/meshtastic/Meshtastic-device/releases
|
https://github.com/meshtastic/Meshtastic-device/releases
|
||||||
|
@ -37,7 +37,9 @@ Where to file bugs:
|
||||||
|
|
||||||
https://github.com/meshtastic/Meshtastic-device/issues
|
https://github.com/meshtastic/Meshtastic-device/issues
|
||||||
|
|
||||||
## Meshtastic 1.3 - python
|
## Meshtastic 1.3 - Python
|
||||||
|
|
||||||
|
When upgrading to the 1.3 version of the python cli from pip, you must add the `--pre` argument.
|
||||||
|
|
||||||
Many more CLI commands are now working, documentation has been updated but the --help has not
|
Many more CLI commands are now working, documentation has been updated but the --help has not
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue