disable for esp32 since not working yet

This commit is contained in:
RetiredWizard 2024-09-19 13:55:39 -04:00
parent 9bba9b02b4
commit cdecebff17

View file

@ -67,6 +67,9 @@ ifeq ($(IDF_TARGET),esp32)
CIRCUITPY_ALARM_TOUCH = 1
CIRCUITPY_RGBMATRIX = 0
# SDMMC not supported yet
CIRCUITPY_SDIOIO = 0
# Features
CIRCUITPY_USB_DEVICE = 0