Disable ulab for ESP32-S3 TFT

This commit is contained in:
Dan Halbert 2022-05-24 14:59:34 -04:00
parent e22de975b3
commit 99d7d0d8bb

View File

@ -6,10 +6,8 @@ USB_MANUFACTURER = "Adafruit"
IDF_TARGET = esp32s3
#CIRCUITPY_AUDIOCORE = 0
#CIRCUITPY_PULSEIO = 0
CIRCUITPY_BITBANGIO = 0
# Make room for build
CIRCUITPY_ULAB = 0
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = MPZ