Added updating shit
All checks were successful
Test compiling project / test (push) Successful in 2m32s

This commit is contained in:
2025-02-19 21:22:52 +01:00
parent ab16379e73
commit 102a842079
3 changed files with 44 additions and 2 deletions

View File

@@ -68,6 +68,28 @@
</tbody>
</table>
</div>
<!--Update card-->
<div class="card">
<header>
<h4>Update Status</h4>
</header>
<table class="tg">
<thead></thead>
<tbody>
<tr>
<td>Current Version: </td>
<td id="current_fw">WAITING</td>
</tr>
<tr>
<td>Newest Version: </td>
<td id="server_fw">WAITING</td>
</tr>
<tr>
<td><a class="button outline" href="/run_ota_update" id="update_button">UPDATE NOW</a></td>
</tr>
</tbody>
</table>
</div>
</div>