mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -08:00
commit
e683aff34b
|
@ -140,11 +140,11 @@ Installation is easily done through the [Python package installer pip](https://p
|
||||||
```
|
```
|
||||||
* Upgrade pip and installed meshtastic and its dependancies
|
* Upgrade pip and installed meshtastic and its dependancies
|
||||||
```
|
```
|
||||||
pip install --upgrade pip pytap2 wheel mesthtastic
|
pip install --upgrade pip pygatt pytap2 wheel mesthtastic
|
||||||
```
|
```
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
Be aware that currently the Meshtastic CLI is not able to control the nodes over USB through termux, but you can control devices over wifi using the `--host x.x.x.x` option with the device IP address. However, only ESP32 devices can use wifi currently.
|
Be aware that currently the Meshtastic CLI is not able to control the nodes over USB through termux, but you can control devices over wifi using the `--host x.x.x.x` option with the device IP address. However, only ESP32 devices can use wifi currently.
|
||||||
:::
|
:::
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
Loading…
Reference in a new issue