gustavonihei opened a new pull request #4503: URL: https://github.com/apache/incubator-nuttx/pull/4503
## Summary Previous default value was not sufficient and was resulting in unexpected behavior when some log domains were enabled. ## Impact Only to the deconfigs changed by this PR on the described Testing scenario. ## Testing 1) `esptool.py erase_flash` 2) `./tools/configure.sh -E esp32-wrover-kit:wapi` 3) Enable the following features: ```patch +CONFIG_DEBUG_ERROR=y +CONFIG_DEBUG_FEATURES=y +CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_NET=y +CONFIG_DEBUG_NET_ERROR=y +CONFIG_DEBUG_NET_INFO=y +CONFIG_DEBUG_NET_WARN=y +CONFIG_DEBUG_WARN=y +CONFIG_DEBUG_WIRELESS=y +CONFIG_DEBUG_WIRELESS_ERROR=y +CONFIG_DEBUG_WIRELESS_INFO=y +CONFIG_DEBUG_WIRELESS_WARN=y ``` 4) Flash the firmware to the board. The proposed change in the MR solves that issue. -- 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