mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:22:53 +08:00
doc/esp32: Fix typo in the softap
This commit is contained in:
committed by
Xiang Xiao
parent
102c63be9e
commit
40144a652d
@@ -298,11 +298,12 @@ to connect your smartphone or laptop to your board::
|
|||||||
|
|
||||||
nsh> ifup wlan1
|
nsh> ifup wlan1
|
||||||
nsh> dhcpd_start wlan1
|
nsh> dhcpd_start wlan1
|
||||||
nsh> wapi psk wlan0 mypasswd 1
|
nsh> wapi psk wlan1 mypasswd 3
|
||||||
nsh> wapi essid wlan1 nuttxap 1
|
nsh> wapi essid wlan1 nuttxap 1
|
||||||
|
|
||||||
In this case, you are creating the access point ``nuttxapp`` in your board and to
|
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.
|
The ``dhcpd_start`` is necessary to let your board to associate an IP to your smartphone.
|
||||||
|
|
||||||
Bluetooth
|
Bluetooth
|
||||||
|
|||||||
Reference in New Issue
Block a user