Skip to content

Commit 78c512e

Browse files
authored
Merge pull request #3325 from hierophect/esp32-enable-ulab
ESP32-S2: Enable ulab
2 parents 2529c0a + f71f663 commit 78c512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ CIRCUITPY_COUNTIO = 0
2727
# any port once their prerequisites in common-hal are complete.
2828
CIRCUITPY_RANDOM = 0 # Requires OS
2929
CIRCUITPY_USB_MIDI = 0 # Requires USB
30-
CIRCUITPY_ULAB = 0 # No requirements, but takes extra flash
30+
CIRCUITPY_ULAB = 1 # No requirements, but takes extra flash
3131

3232
CIRCUITPY_MODULE ?= none

0 commit comments

Comments
 (0)