Merge pull request #482 from meshtastic/caveman99-patch-1

Have to switch it on as well now...
This commit is contained in:
Thomas Göttgens 2022-11-01 12:19:48 +01:00 committed by GitHub
commit 2ab463cf5c
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