Skip to content

Commit 54fe753

Browse files
committed
Enable gifio and qrio when appropriate
1 parent 64b1d00 commit 54fe753

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ USB_NUM_ENDPOINT_PAIRS = 7
8787
USB_NUM_IN_ENDPOINTS = 5
8888

8989
CIRCUITPY_ESP32_CAMERA ?= 0
90+
CIRCUITPY_GIFIO ?= $(CIRCUITPY_ESP32_CAMERA)
91+
CIRCUITPY_QRIO ?= $(CIRCUITPY_ESP32_CAMERA)

0 commit comments

Comments
 (0)