From 5ddf0e4ee3183c9e89407fcc2d02abe708973c5a Mon Sep 17 00:00:00 2001 From: DanielR92 Date: Fri, 22 Sep 2023 19:49:20 +0200 Subject: [PATCH] fix html bug --- src/web/html/setup.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/web/html/setup.html b/src/web/html/setup.html index 0a2e461b..8dd7430b 100644 --- a/src/web/html/setup.html +++ b/src/web/html/setup.html @@ -1002,9 +1002,7 @@ /*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"]); + parsezeroExport(root["zeroExport"], root["system"]["esp_type"]); parseSerial(root["serial"]); parseDisplay(root["display"], root["system"]["esp_type"], root["system"]);