From a2ebdc8bb73e702e99687adf388a13f28f822f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 1 Nov 2022 10:55:11 +0100 Subject: [PATCH] Have to switch it on as well now... --- docs/software/python/cli/uses.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/python/cli/uses.mdx b/docs/software/python/cli/uses.mdx index 8651f35a..6eddb973 100644 --- a/docs/software/python/cli/uses.mdx +++ b/docs/software/python/cli/uses.mdx @@ -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