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

intermediate: prepare for js api

This commit is contained in:
andreas
2024-10-11 19:23:19 +02:00
parent 09b583ebd6
commit f6e3fa369f
6 changed files with 1976 additions and 1904 deletions

View File

@@ -351,7 +351,7 @@
"check": "checkMinMax",
"min": -1,
"max": 256,
"description": "the temp instance of PGN 130312 used for water temperature, use -1 for none, 256 for any",
"description": "the temp instance of PGN 130312 used for water temperature (0...255), use -1 for none, 256 for any",
"default": "256",
"category":"converter"
},

View File

@@ -340,4 +340,7 @@ body {
}
.error{
color: red;
}
.changed input.error{
color: red;
}

File diff suppressed because it is too large Load Diff