Merge pull request #64 from exotime/master

Missing dependency
This commit is contained in:
Sacha Weatherstone 2021-09-14 16:47:39 +10:00 committed by GitHub
commit e683aff34b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>