Laczen commented on code in PR #15732:
URL: https://github.com/apache/nuttx/pull/15732#discussion_r1940513537


##########
arch/xtensa/src/esp32/Kconfig:
##########
@@ -745,6 +745,99 @@ config ESP32_WIRELESS
        ---help---
                Enable Wireless support
 
+config ESP32_ESPNOW_PKTRADIO
+       bool "ESPNOW packet radio support"
+       select ESP32_WIRELESS
+       depends on WIRELESS_PKTRADIO
+       default n
+       ---help---
+               Enable using espnow for packet radio
+
+if ESP32_ESPNOW_PKTRADIO
+
+config ESP32_ESPNOW_PKTRADIO_PANID

Review Comment:
   > I think it should be used during initialization to populate 
g_espnow.panid, right?
   
   Yes, I will apply 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.

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