Skip to content

Commit b9f7566

Browse files
committed
Enable UVC on espressif boards by default
1 parent 7631594 commit b9f7566

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports/espressif/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ CIRCUITPY_SYNTHIO_MAX_CHANNELS ?= 12
4545
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1
4646
CIRCUITPY_WATCHDOG ?= 1
4747
CIRCUITPY_WIFI ?= 1
48+
CIRCUITPY_UVC ?= 1
4849

4950
# Conditionally turn off modules/features
5051
ifeq ($(IDF_TARGET),esp32)

0 commit comments

Comments
 (0)