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"]);