Some more improvements

This commit is contained in:
2026-03-01 08:26:07 +01:00
parent c6394650dc
commit d13c1ef8c1
10 changed files with 952 additions and 90 deletions

View File

@@ -197,16 +197,6 @@
"description": "Temperature format: Kelvin, Celsius or Fahrenheit\npossible values [K|C|F].",
"category": "Units"
},
{
"name": "switchBank",
"label": "Switch bank #",
"type": "number",
"default": 0,
"min": 0,
"max": 255,
"description": "The number uf switch bank the keys belong to\nRange [0 .. 255] default 0",
"category": "Keys"
},
{
"name": "key1",
"label": "Key 1 code",
@@ -336,6 +326,16 @@
"description": "Destination device A",
"category": "NMEA2000"
},
{
"name": "switchBankA",
"label": "Switch bank A #",
"type": "number",
"default": 0,
"min": 0,
"max": 255,
"description": "The number of the switch bank for Destination A\nRange [0 .. 255] default 0",
"category": "NMEA2000"
},
{
"name": "n2kDestB",
"label": "Destination B",
@@ -345,6 +345,16 @@
"description": "Destination device B",
"category": "NMEA2000"
},
{
"name": "switchBankB",
"label": "Switch bank B #",
"type": "number",
"default": 0,
"min": 0,
"max": 255,
"description": "The number of the switch bank for Destination B\nRange [0 .. 255] default 0",
"category": "NMEA2000"
},
{
"name": "n2kDestC",
"label": "Destination C",
@@ -354,6 +364,16 @@
"description": "Destination device C",
"category": "NMEA2000"
},
{
"name": "switchBankC",
"label": "Switch bank C #",
"type": "number",
"default": 0,
"min": 0,
"max": 255,
"description": "The number of the switch bank for Destination C\nRange [0 .. 255] default 0",
"category": "NMEA2000"
},
{
"name": "envInterval",
"label":"Environment Data Interval",

View File

@@ -44,7 +44,7 @@ if (!window.isSecureContext) {
</div>
<div class="row">
<span class="label">MCU-ID</span>
<span class="value" id="chipid">---</span>
<span class="value" id="ssid">---</span>
</div>
<div class="row even">
<span class="label">CPU speed</span>