Skip to content

Commit 7cc3f10

Browse files
committed
Remove CIRCUITPY_ESPCAMERA from ESP32-S2 to free up DRAM.
1 parent c127f66 commit 7cc3f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ CIRCUITPY_AUDIOIO = 1
250250
# No BLE in hw
251251
CIRCUITPY_BLEIO_NATIVE = 0
252252

253+
# Not enough DRAM for this with ESP-IDF 5.4.1
254+
CIRCUITPY_ESPCAMERA = 0
255+
253256
# No SDMMC
254257
CIRCUITPY_SDIOIO = 0
255258

0 commit comments

Comments
 (0)