donghengqaz commented on a change in pull request #1893: URL: https://github.com/apache/incubator-nuttx/pull/1893#discussion_r494718502
########## File path: arch/xtensa/src/esp32/Kconfig ########## @@ -531,4 +533,24 @@ config ESP32_ETH_PHY_ADDR endmenu # ESP32_EMAC +menu "WiFi configuration" + depends on ESP32_WIRELESS + +config ESP32_WIFI_SAVE_PARAM + bool "Save WiFi Parameters" + default n + help + Enable this option, WiFi adapter save WiFi parameters + into file system without generating or calculating some + connection parameters again. Review comment: Great, I will list the more important parameters for users, but some background parameters for wifi, I think they are not needed to be mentioned, because users don't use this directly and they event don't care about this. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org