Skip to content

Commit 06d9ff4

Browse files
committed
Temporarily remove ULAB from ESP32-C6 to avoid flash overflow.
1 parent bdbd4af commit 06d9ff4

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
@@ -184,6 +184,9 @@ CIRCUITPY_TOUCHIO_USE_NATIVE = 0
184184
CIRCUITPY_USB_DEVICE = 0
185185
CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 1
186186

187+
# Remove temporarily until 10265 is merged
188+
CIRCUITPY_ULAB = 0
189+
187190
else ifeq ($(IDF_TARGET),esp32h2)
188191
# Modules
189192
CIRCUITPY_ESPCAMERA = 0

0 commit comments

Comments
 (0)