tmedicci commented on issue #7193: URL: https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1275131105
Hi @SrivamsiMalladi We found that [this commit](https://github.com/apache/incubator-nuttx-apps/commit/be516e4c5e44ac35fa4ab1fed203567f3e98cda6) causes a software regression on our Wi-Fi library. We are working on a proper solution but we have no estimated date to submit it. As a workaround, please revert this commit locally on your ``apps`` repository. Assuming you are on `ǹuttx`` repo: ``` $ cd ../apps/ $ git revert --no-edit be516e4c5e44ac35fa4ab1fed203567f3e98cda6 ``` Don't worry, our Wi-FI adapter sets the auth method to WPA2 automatically. Regarding your results, please test it again making sure to erase the flash before flashing the new firmware (please adjust your serial port): ``` $ esptool.py -c esp32 -p /dev/ttyUSB0 -b 921600 erase_flash ``` Thanks. -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org