lupyuen commented on code in PR #9304:
URL: https://github.com/apache/nuttx/pull/9304#discussion_r1195973988


##########
boards/arm64/a64/pinephone/Kconfig:
##########
@@ -17,4 +17,10 @@ config PINEPHONE_LCD
        ---help---
                Select to enable support for LCD Display.
 
+config PINEPHONE_MODEM
+       bool "LTE Modem"
+       default n
+       ---help---
+               Select to enable support for Quectel EG25-G LTE Modem.

Review Comment:
   Thanks let me take a look again. The last time I searched, I found AT 
Commands referenced in 2 places:
   - 
[uart_lorawan_layer.c](https://github.com/apache/nuttx-apps/blob/master/examples/tcp_ipc_server/uart_lorawan_layer.c#L262-L274)
   - 
[esp8266.c](https://github.com/apache/nuttx-apps/blob/master/netutils/esp8266/esp8266.c#L1573-L1582)
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to