Merge pull request #16492 from aabadie/pr/test/pkg_qr-code-esp32
tests/pkg_qr-code-generator: add disp-dev for esp32-wrover-kit
This commit is contained in:
commit
e9579cb21f
@ -8,4 +8,4 @@ config APPLICATION
|
|||||||
config BOARD_HAS_DISPLAY
|
config BOARD_HAS_DISPLAY
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
depends on BOARD_PINETIME || BOARD_ADAFRUIT_CLUE || BOARD_STM32F429I_DISC1 || BOARD_STM32F429I_DISCO
|
depends on BOARD_PINETIME || BOARD_ADAFRUIT_CLUE || BOARD_STM32F429I_DISC1 || BOARD_STM32F429I_DISCO || BOARD_ESP32_WROVER_KIT
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Boards with a screen can use disp_dev
|
# Boards with a screen can use disp_dev
|
||||||
ifneq (,$(filter stm32f429i-disc% pinetime adafruit-clue,$(BOARD)))
|
ifneq (,$(filter stm32f429i-disc% pinetime adafruit-clue esp32-wrover-kit,$(BOARD)))
|
||||||
USEMODULE += auto_init_screen
|
USEMODULE += auto_init_screen
|
||||||
USEMODULE += disp_dev
|
USEMODULE += disp_dev
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user