8000 Turn bitmapfilter on non-camera ESP32-S2 · brushmate/circuitpython@d15e6e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d15e6e8

Browse files
committed
Turn bitmapfilter on non-camera ESP32-S2
1 parent 2ccc6a9 commit d15e6e8

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
@@ -121,6 +121,8 @@ else ifeq ($(IDF_TARGET),esp32s2)
121121
# No BLE in hw
122122
CIRCUITPY_BLEIO = 0
123123

124+
# bitmapfilter does not fit on most ESP32-S2 boards.
125+
CIRCUITPY_BITMAPFILTER ?= $(CIRCUITPY_ESPCAMERA)
124126
CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 0
125127

126128
else ifeq ($(IDF_TARGET),esp32s3)

0 commit comments

Comments
 (0)
0