acassis opened a new pull request #4219: URL: https://github.com/apache/incubator-nuttx/pull/4219
## Summary It is possible to access the NuttShell running Telnet over Wi-Fi. It is particularly important in projects where you need to use 3 serial ports and cannot share it. In order to use it you need to change these parameters: ``` CONFIG_NETINIT_WAPI_PASSPHRASE="YOUR_ROUTER_PASSWORD" CONFIG_NETINIT_WAPI_SSID="YOUR_ROUTER_NAME" ``` Case your router IP is not 192.168.0.1 you also need to change this parameter: ``` CONFIG_NETINIT_DRIPADDR=0xc0a80001 ``` ## Impact Users will be able to access the "nsh>" without using serial cable. ## Testing ``` $ telnet 192.168.0.18 Trying 192.168.0.18... Connected to 192.168.0.18. Escape character is '^]'. NuttShell (NSH) NuttX-10.1.0-RC1 nsh> uname -a NuttX 10.1.0-RC1 6f424fc235 Jul 24 2021 18:14:22 xtensa esp32-devkitc nsh> ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
