You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/28 09:13:48 UTC

[GitHub] [incubator-nuttx] SrivamsiMalladi commented on issue #7193: Missing SoftAP documentation or feature for ESP32

SrivamsiMalladi commented on issue #7193:
URL: https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1260619634

   I am not able to see wlan1 in my ifconfig. What configuration are you using?
   This is what I did.
   ```
   $ make distclean
   $ ./tools/configure.sh esp32-devkitc:wapi
   $ make download ESPTOOL_PORT=/dev/ttyUSB0
   $ picocom -b 115200 /dev/ttyUSB0
   ```
   
   Then, in nsh I did ifconfig.
   ```
   nsh> ifconfig
   wlan0   Link encap:Ethernet HWaddr 24:62:ab:d1:ef:30 at UP
           inet addr:10.0.0.2 DRaddr:10.0.0.1 Mask:255.255.255.0
   
                IPv4   TCP   UDP  ICMP
   Received     0000  0000  0000  0000
   Dropped      0000  0000  0000  0000
     IPv4        VHL: 0000   Frg: 0000
     Checksum   0000  0000  0000  ----
     TCP         ACK: 0000   SYN: 0000
                 RST: 0000  0000
     Type       0000  ----  ----  0000
   Sent         0000  0000  0000  0000
     Rexmit     ----  0000  ----  ----
   ```
   
   And, this is my setup in case it is different from yours
   ```
   nsh> uname -a
   NuttX  11.0.0-RC2 72313301e2-dirty Sep 28 2022 11:03:47 xtensa esp32-devkitc
   ```
   
   > I have the impression that you added a " ` " after the number 1:
   
   The " ` " got added by mistake. Added it for formatting here in GitHub, forgot to remove it. I did not use it in the shell like that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org