lupyuen commented on PR #16127:
URL: https://github.com/apache/nuttx/pull/16127#issuecomment-2775694851

   The defconfig doesn't seem to be sorted correctly?
   
https://github.com/apache/nuttx/actions/runs/14238508798/job/39902892604?pr=16127#step:7:889
   ```
   Configuration/Tool: esp32-devkitc/espnow
     [1/1] Normalize esp32-devkitc/espnow
   30d29
   < CONFIG_ESPRESSIF_ESPNOW_PKTRADIO=y
   31a31
   > CONFIG_ESPRESSIF_ESPNOW_PKTRADIO=y
   ```
   
   To fix this: Run 
[tools/refresh.sh](https://lupyuen.github.io/articles/pr#appendix-nuttx-configuration-files)
 and commit the updated defconfig...
   ```bash
   $ cd nuttx
   $ make distclean
   $ tools/refresh.sh --silent esp32-devkitc:espnow
   $ git status
   ## Remember to commit the updated `defconfig`!
   ```


-- 
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

Reply via email to