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.
2 parents 2529c0a + f71f663 commit 78c512eCopy full SHA for 78c512e
ports/esp32s2/mpconfigport.mk
@@ -27,6 +27,6 @@ CIRCUITPY_COUNTIO = 0
27
# any port once their prerequisites in common-hal are complete.
28
CIRCUITPY_RANDOM = 0 # Requires OS
29
CIRCUITPY_USB_MIDI = 0 # Requires USB
30
-CIRCUITPY_ULAB = 0 # No requirements, but takes extra flash
+CIRCUITPY_ULAB = 1 # No requirements, but takes extra flash
31
32
CIRCUITPY_MODULE ?= none
0 commit comments