Browse Source

fix html bug

pull/1155/head
DanielR92 2 years ago
parent
commit
5ddf0e4ee3
  1. 4
      src/web/html/setup.html

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

Loading…
Cancel
Save