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 2529c0a commit f71f663Copy full SHA for f71f663
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