disable for esp32 since not working yet
This commit is contained in:
parent
9bba9b02b4
commit
cdecebff17
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue