diff --git a/src/platformio.ini b/src/platformio.ini index 77b8e724..c46b1305 100644 --- a/src/platformio.ini +++ b/src/platformio.ini @@ -137,6 +137,8 @@ build_flags = ${env.build_flags} -DDEF_CMT_CSB=4 -DDEF_CMT_FCSB=21 -DDEF_CMT_IRQ=8 + -DDEF_CMT_SDIO=5 + -DDEF_CMT_SCLK=6 -DDEF_LED0=18 -DDEF_LED1=17 -DLED_ACTIVE_HIGH diff --git a/src/web/html/setup.html b/src/web/html/setup.html index 5dc0b5bb..c2f0ea3c 100644 --- a/src/web/html/setup.html +++ b/src/web/html/setup.html @@ -328,7 +328,7 @@