From 1f3dca24b0a68b08484fe7da68339fb34e6b1951 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 31 Oct 2022 11:45:18 -0500 Subject: [PATCH] Remove old / bad network info --- docs/software/python/uses.mdx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/software/python/uses.mdx b/docs/software/python/uses.mdx index ce87fd99..3a0a1f52 100644 --- a/docs/software/python/uses.mdx +++ b/docs/software/python/uses.mdx @@ -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