gustavonihei commented on a change in pull request #4412:
URL: https://github.com/apache/incubator-nuttx/pull/4412#discussion_r696872788



##########
File path: boards/Kconfig
##########
@@ -249,6 +249,16 @@ config ARCH_BOARD_ESP32_WROVERKIT
                        LCD screen
                        MicroSD card slot
 
+config ARCH_BOARD_TTGO_LORA_ESP32
+       bool "TTGO LoRa SX1276 ESP32"
+       depends on ARCH_CHIP_ESP32U4WD
+       select ARCH_HAVE_LEDS
+       select ARCH_HAVE_BUTTONS
+       select ARCH_HAVE_IRQBUTTONS if ESP32_GPIO_IRQ
+       ---help---
+               TTGO-LoRa-SX1276-ESP32 is a ESP32 board with LoRa and OLED
+               display.

Review comment:
       Is an OLED display included in every part? If not, maybe it should be 
omitted.




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