Disable ulab

This commit is contained in:
Lucian Copeland 2020-08-26 17:48:29 -04:00
parent ad733e6c4a
commit 553ac576eb

View File

@ -29,5 +29,7 @@ CIRCUITPY_COUNTIO = 0
CIRCUITPY_RANDOM = 0
# Requires USB
CIRCUITPY_USB_MIDI = 0
# Too large for the partition table!
CIRCUITPY_ULAB = 0
CIRCUITPY_MODULE ?= none