1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +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

@@ -114,6 +114,9 @@ body {
display: flex;
align-items: center;
}
.value button {
margin-left: 0.5em;
}
.hidden{
display: none !important;
}