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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user