Add UI logic to hide ArduinoOTA checkbox and remove configuration items

This commit is contained in:
Blaž Kristan
2025-04-20 11:44:26 +02:00
parent ca7d7d9369
commit 8baf0fdef7
5 changed files with 19 additions and 1 deletions

View File

@@ -56,7 +56,7 @@
<hr>
<h3>Software Update</h3>
<button type="button" onclick="U()">Manual OTA Update</button><br>
Enable ArduinoOTA: <input type="checkbox" name="AO">
<div id="aOTA">Enable ArduinoOTA: <input type="checkbox" name="AO"></div>
<hr id="backup">
<h3>Backup & Restore</h3>
<div class="warn">&#9888; Restoring presets/configuration will OVERWRITE your current presets/configuration.<br>