From 5474dd7494525607be4d25dad855d62d98304f38 Mon Sep 17 00:00:00 2001 From: meehow Date: Tue, 23 Mar 2021 09:51:30 +0100 Subject: [PATCH] Update README.md closes #73 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95e5bdf..f9e8e07 100644 --- a/README.md +++ b/README.md @@ -60,13 +60,13 @@ meshtastic --setlat 25.2 --setlon -16.8 --setalt 120 Or to configure an ESP32 based board to join a wifi network as a station (wifi support in the device code is coming soon): ``` -meshtastic --set wifi_ap_mode false --setstr wifi_ssid mywifissid --setstr wifi_password mywifipsw +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: ``` -meshtastic --set wifi_ap_mode true --setstr wifi_ssid mywifissid --setstr wifi_password mywifipsw +meshtastic --set wifi_ap_mode true --set wifi_ssid mywifissid --set wifi_password mywifipsw ``` For a full list of preferences which can be set (and their documentation) see [here](https://github.com/meshtastic/Meshtastic-protobufs/blob/master/docs/docs.md#.RadioConfig.UserPreferences). @@ -135,4 +135,4 @@ If you need to build a new release you'll need: ``` apt install pandoc sudo pip3 install markdown pandoc webencodings pyparsing twine autopep8 -``` \ No newline at end of file +```