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 ad733e6 commit 553ac57Copy full SHA for 553ac57
ports/esp32s2/mpconfigport.mk
@@ -29,5 +29,7 @@ CIRCUITPY_COUNTIO = 0
29
CIRCUITPY_RANDOM = 0
30
# Requires USB
31
CIRCUITPY_USB_MIDI = 0
32
+# Too large for the partition table!
33
+CIRCUITPY_ULAB = 0
34
35
CIRCUITPY_MODULE ?= none
0 commit comments