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

add calset and calval input types

This commit is contained in:
andreas
2024-03-17 19:01:53 +01:00
parent a240cade7e
commit 101d551f93
4 changed files with 64 additions and 2 deletions

View File

@@ -193,6 +193,13 @@
<h2 class="heading"></h2>
<p class="val"></p>
</div>
<div class="hidden" id="calval">
<h2 class="heading"></h2>
<p class="val"></p>
<label>config
<input type="number"/>
</label>
</div>
</body>
</html>