Skip to content

Commit 53c9ef4

Browse files
authored
Merge pull request #1088 from comstud/fix-waze-url
Fix Waze url for navigation when using CarPlay
2 parents a41a909 + 46eac14 commit 53c9ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@
921921
},
922922
{
923923
"name": "Waze",
924-
"url": "https://www.waze.com/ul?ll={x},{y}"
924+
"url": "https://www.waze.com/ul?ll={x},{y}&navigate=yes&zoom=17"
925925
},
926926
{
927927
"name": "Intel",

0 commit comments

Comments
 (0)