mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-08-18 18:32:30 +02:00
Modify PageNavigation
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user