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:
@@ -350,6 +350,18 @@ bool showValues = false; // Show values HDT, SOG, DBT in navigation map
|
|||||||
mType = 9;
|
mType = 9;
|
||||||
dType = 1;
|
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{
|
else{
|
||||||
mType = 1;
|
mType = 1;
|
||||||
dType = 1;
|
dType = 1;
|
||||||
|
|||||||
@@ -1104,7 +1104,10 @@
|
|||||||
"Google Street",
|
"Google Street",
|
||||||
"Open Topo Map",
|
"Open Topo Map",
|
||||||
"Stadimaps Toner",
|
"Stadimaps Toner",
|
||||||
"Free Nautical Chart"
|
"Free Nautical Chart",
|
||||||
|
"C-Map",
|
||||||
|
"Garmin Fish",
|
||||||
|
"Garmin Nav"
|
||||||
],
|
],
|
||||||
"category": "OBP70 Navigation",
|
"category": "OBP70 Navigation",
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
|
|||||||
Reference in New Issue
Block a user