1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

Merge branch 'norbert-walter:master' into master

This commit is contained in:
TobiasE-github
2026-03-15 20:22:16 +01:00
committed by GitHub
2 changed files with 16 additions and 1 deletions
+12
View File
@@ -350,6 +350,18 @@ bool showValues = false; // Show values HDT, SOG, DBT in navigation map
mType = 9;
dType = 1;
}
else if(mapType == "C-Map"){
mType = 103486987;
dType = 1;
}
else if(mapType == "Garmin Fish"){
mType = 113486987;
dType = 1;
}
else if(mapType == "Garmin Nav"){
mType = 123486987;
dType = 1;
}
else{
mType = 1;
dType = 1;
+4 -1
View File
@@ -1104,7 +1104,10 @@
"Google Street",
"Open Topo Map",
"Stadimaps Toner",
"Free Nautical Chart"
"Free Nautical Chart",
"C-Map",
"Garmin Fish",
"Garmin Nav"
],
"category": "OBP70 Navigation",
"capabilities": {