This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 40144a652d doc/esp32: Fix typo in the softap 40144a652d is described below commit 40144a652d8c5e86e4a0c578ee57adf298466dfd Author: Alan Carvalho de Assis <acas...@gmail.com> AuthorDate: Mon Oct 3 16:32:43 2022 -0300 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