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