We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beab76c commit 39171d7Copy full SHA for 39171d7
ports/espressif/boards/m5stack_core_fire/mpconfigboard.mk
@@ -3,10 +3,7 @@ CIRCUITPY_CREATION_ID = 0x00320001
3
4
IDF_TARGET = esp32
5
6
-# The default queue depth of 16 overflows on release builds,
7
-# so increase it to 32.
8
-CFLAGS += -DCFG_TUD_TASK_QUEUE_SZ=32
9
-
10
CIRCUITPY_ESP_FLASH_MODE = qio
11
CIRCUITPY_ESP_FLASH_FREQ = 80m
12
CIRCUITPY_ESP_FLASH_SIZE = 16MB
+CIRCUITPY_ESP32_CAMERA = 0
0 commit comments