Merge pull request #3325 from hierophect/esp32-enable-ulab

ESP32-S2: Enable ulab
This commit is contained in:
hierophect 2020-08-25 15:24:36 -04:00 committed by GitHub
commit 78c512e86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,6 @@ CIRCUITPY_COUNTIO = 0
# any port once their prerequisites in common-hal are complete.
CIRCUITPY_RANDOM = 0 # Requires OS
CIRCUITPY_USB_MIDI = 0 # Requires USB
CIRCUITPY_ULAB = 0 # No requirements, but takes extra flash
CIRCUITPY_ULAB = 1 # No requirements, but takes extra flash
CIRCUITPY_MODULE ?= none