Added printout of shunt voltage
All checks were successful
Test compiling project / test (push) Successful in 2m27s

This commit is contained in:
2025-02-22 22:59:08 +01:00
parent 6e171fbde7
commit 2c4344e40d
4 changed files with 8 additions and 3 deletions

View File

@@ -42,6 +42,10 @@
<td>Current: </td>
<td id="current">WAITING</td>
</tr>
<tr>
<td>Shunt Voltage: </td>
<td id="shunt_voltage">WAITING</td>
</tr>
</tbody>
</table>
</div>