1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

improve status handling for twai, add n2k state to UI

This commit is contained in:
andreas
2023-08-25 19:35:38 +02:00
parent ec95007d9d
commit 9fd25ab6a8
6 changed files with 79 additions and 54 deletions

View File

@@ -58,7 +58,11 @@
<div class="row">
<span class="label">Free heap</span>
<span class="value" id="heap">---</span>
</div>
</div>
<div class="row">
<span class="label">N2K State</span>
<span class="value" id="n2kstate">UNKNOWN</span>
</div>
</div>
<button id="reset">Reset</button>
</div>