Remove old / bad network info

This commit is contained in:
Ben Meadors 2022-10-31 11:45:18 -05:00 committed by GitHub
parent 947a841699
commit 1f3dca24b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```shell
meshtastic --set wifi_ap_mode false --set wifi_ssid mywifissid --set 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
meshtastic --set network.wifi_ssid mywifissid --set network.wifi_password mywifipsw
```
:::note