Have to switch it on as well now...

This commit is contained in:
Thomas Göttgens 2022-11-01 10:55:11 +01:00 committed by GitHub
parent aee0d94bae
commit a2ebdc8bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,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 network.wifi_ssid mywifissid --set network.wifi_psk mywifipsw
meshtastic --set network.wifi_ssid mywifissid --set network.wifi_psk mywifipsw --set network.wifi_enabled 1
```
:::note