Skip to content

Commit 553ac57

Browse files
committed
Disable ulab
1 parent ad733e6 commit 553ac57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/esp32s2/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ CIRCUITPY_COUNTIO = 0
2929
CIRCUITPY_RANDOM = 0
3030
# Requires USB
3131
CIRCUITPY_USB_MIDI = 0
32+
# Too large for the partition table!
33+
CIRCUITPY_ULAB = 0
3234

3335
CIRCUITPY_MODULE ?= none

0 commit comments

Comments
 (0)