1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-25 05:03:07 +01:00

Fix iRTC time for N2K bus

This commit is contained in:
norbert-walter
2026-02-08 22:00:22 +01:00
parent 7f747e9b35
commit 6c7997e369
5 changed files with 46 additions and 31 deletions

View File

@@ -1245,8 +1245,8 @@
"name": "timeSource",
"label": "Status Time Source",
"type": "list",
"default": "GPS",
"description": "Data source for date and time display in status line [RTC|iRTC|GPS]",
"default": "iRTC",
"description": "Data source for date and time display in status line [iRTC|RTC|GPS]",
"list": [
{"l":"Internal real time clock (iRTC)","v":"iRTC"},
{"l":"External real time clock (RTC)","v":"RTC"},