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 @@
-
Shelly EM3 IP:
+
Monitor IP:
Prio Inverter
@@ -998,11 +998,11 @@ parseSun(root["sun"]); parsePinout(root["pinout"], root["system"]["esp_type"], root["system"]); parseNrfRadio(root["radioNrf"], root["pinout"], root["system"]["esp_type"], root["system"]); - + /*IF_ESP32*/ parseCmtRadio(root["radioCmt"], root["system"]["esp_type"], root["system"]); /*ENDIF_ESP32*/ - + if(root["generic"]["esp_type"] == "ESP32") parsezeroExport(root["zeroExport"], root["system"]["esp_type"]);