mirror of
https://github.com/meshtastic/python.git
synced 2026-01-18 04:37:59 -05:00
Update to FAQ
Clarify some things in README.md FAQ
This commit is contained in:
10
README.md
10
README.md
@@ -75,6 +75,12 @@ Or to configure an ESP32 to run as a Wifi access point:
|
||||
meshtastic --set wifi_ap_mode true --set wifi_ssid mywifissid --set wifi_password mywifipsw
|
||||
```
|
||||
|
||||
Once an a node is connected to a Wi-Fi network, you can use the `--host` option to access it instead of using the USB serial bridge:
|
||||
|
||||
```
|
||||
meshtastic --host Meshtastic-0123.lan --info --nodes
|
||||
```
|
||||
|
||||
For a full list of preferences which can be set (and their documentation) see [here](https://meshtastic.org/docs/developers/protobufs/api#radioconfiguserpreferences).
|
||||
|
||||
### Changing channel settings
|
||||
@@ -127,9 +133,11 @@ This is a collection of common questions and answers from our friendly forum.
|
||||
This indicates an OS permission problem for access by your user to the USB serial port. Typically this is fixed by the following.
|
||||
|
||||
```
|
||||
sudo usermod -a -G dialout <username>
|
||||
sudo usermod -a -G dialout $USER
|
||||
```
|
||||
|
||||
This adds the "dialout" group to your user. You'll need to obtain a new login session (for example, by logging out and logging back in) for the group change (and thus permission change) to take effect.
|
||||
|
||||
## Mac OS Big Sur
|
||||
|
||||
There is a problem with Big Sur and pyserial. The workaround is to install a newer version of pyserial:
|
||||
|
||||
Reference in New Issue
Block a user