mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 06:48:10 -08:00
Merge pull request #472 from meshtastic/thebentern-patch-1
Remove old / bad network info
This commit is contained in:
commit
3c930e032a
|
@ -40,13 +40,7 @@ meshtastic --setlat 25.2 --setlon -16.8 --setalt 120
|
||||||
Or to configure an ESP32 based board to join a Wifi network as a station:
|
Or to configure an ESP32 based board to join a Wifi network as a station:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
meshtastic --set wifi_ap_mode false --set wifi_ssid mywifissid --set wifi_password mywifipsw
|
meshtastic --set network.wifi_ssid mywifissid --set network.wifi_password mywifipsw
|
||||||
```
|
|
||||||
|
|
||||||
Or to configure an ESP32 to run as a Wifi access point:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
meshtastic --set wifi_ap_mode true --set wifi_ssid mywifissid --set wifi_password mywifipsw
|
|
||||||
```
|
```
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
|
|
Loading…
Reference in a new issue