From c58d68146da6849a3c9c1d8f2b69f7273398f5f3 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 31 Oct 2022 12:45:53 -0500 Subject: [PATCH] Found some more old commands on this page --- docs/software/python/uses.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/software/python/uses.mdx b/docs/software/python/uses.mdx index 3a0a1f52..0fc0dd0a 100644 --- a/docs/software/python/uses.mdx +++ b/docs/software/python/uses.mdx @@ -25,9 +25,9 @@ to keep the Bluetooth link alive for eight hours (any usage of the Bluetooth pro ```shell title="Expected Output" # You should see a result similar to this: -mydir$ meshtastic --set wait_bluetooth_secs 28800 +mydir$ meshtastic --set bluetooth.wait_bluetooth_secs 28800 Connected to radio... -Setting preference wait_bluetooth_secs to 28800 +Setting bluetooth.wait_bluetooth_secs to 28800 Writing modified preferences to device... ``` @@ -40,7 +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 network.wifi_ssid mywifissid --set network.wifi_password mywifipsw +meshtastic --set network.wifi_ssid mywifissid --set network.wifi_psk mywifipsw ``` :::note