From 40144a652d8c5e86e4a0c578ee57adf298466dfd Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Mon, 3 Oct 2022 16:32:43 -0300 Subject: [PATCH] doc/esp32: Fix typo in the softap --- Documentation/platforms/xtensa/esp32/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/platforms/xtensa/esp32/index.rst b/Documentation/platforms/xtensa/esp32/index.rst index 6e5eec9ad9..c8110b137a 100644 --- a/Documentation/platforms/xtensa/esp32/index.rst +++ b/Documentation/platforms/xtensa/esp32/index.rst @@ -298,11 +298,12 @@ to connect your smartphone or laptop to your board:: nsh> ifup wlan1 nsh> dhcpd_start wlan1 - nsh> wapi psk wlan0 mypasswd 1 + nsh> wapi psk wlan1 mypasswd 3 nsh> wapi essid wlan1 nuttxap 1 In this case, you are creating the access point ``nuttxapp`` in your board and to -connect to it on your smartphone you will be required to type the password ``mypasswd``. +connect to it on your smartphone you will be required to type the password ``mypasswd`` +using WPA2. The ``dhcpd_start`` is necessary to let your board to associate an IP to your smartphone. Bluetooth