Skip to content

Commit cdecebf

Browse files
committed
disable for esp32 since not working yet
1 parent 9bba9b0 commit cdecebf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ ifeq ($(IDF_TARGET),esp32)
6767
CIRCUITPY_ALARM_TOUCH = 1
6868
CIRCUITPY_RGBMATRIX = 0
6969

70+
# SDMMC not supported yet
71+
CIRCUITPY_SDIOIO = 0
72+
7073
# Features
7174
CIRCUITPY_USB_DEVICE = 0
7275

0 commit comments

Comments
 (0)