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

Add function to set time via GPS for RTC

This commit is contained in:
norbert-walter
2024-04-19 18:26:52 +02:00
parent 3de9abffff
commit 5afcea1e2e
3 changed files with 66 additions and 28 deletions

View File

@@ -262,6 +262,21 @@
"obp60":"true"
}
},
{
"name": "useRTC",
"label": "RTC Modul",
"type": "list",
"default": "DS1388",
"description": "Use internal RTC module type [off|DS1388]",
"list": [
"off",
"DS1388"
],
"category": "OBP60 Hardware",
"capabilities": {
"obp60":"true"
}
},
{
"name": "useGPS",
"label": "GPS Sensor",