1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Add CPU speed for config. Modify display refresh with temp compensation

This commit is contained in:
norbert-walter
2024-09-26 17:57:43 +02:00
parent bb8ff01e41
commit 91b0c25dd6
4 changed files with 435 additions and 13 deletions

View File

@@ -262,6 +262,22 @@
"obp60":"true"
}
},
{
"name": "cpuSpeed",
"label": "CPU Speed [MHz]",
"type": "list",
"default": "160",
"description": "CPU speed in MHz [80|160|240]",
"list": [
"80",
"160",
"240"
],
"category": "OBP60 Hardware",
"capabilities": {
"obp60":"true"
}
},
{
"name": "useRTC",
"label": "RTC Modul",
@@ -671,7 +687,7 @@
"name": "fullRefreshTime",
"label": "Full Refresh Time [min]",
"type": "number",
"default": "10",
"default": "1",
"check": "checkMinMax",
"min": 1,
"max": 10,