Add firmware update button and update endpoint

This commit is contained in:
2026-06-17 11:41:56 +02:00
parent 5520a9f4e9
commit 3e1ad11a67
2 changed files with 21 additions and 1 deletions

View File

@@ -272,7 +272,7 @@
<div class="button-row">
<!-- <button onclick="fetch('/tare')">Tank Full</button> -->
<button onclick="tankFullProtected()">Tank Full</button>
<button onclick="fetch('/calibrate')">Calibrate</button>
<button onclick="fetch('/update')">Firmware</button>
</div>
</div>