update channel url prefix

This commit is contained in:
Andre Kirchhoff
2022-08-14 08:54:18 -03:00
committed by GitHub
parent e9113f1a8f
commit c8724f73f0

View File

@@ -140,7 +140,7 @@
<!-- The QR codes to share channel settings are shared as meshtastic URLS
an approximate example:
http://www.meshtastic.org/d/YXNkZnF3ZXJhc2RmcXdlcmFzZGZxd2Vy
http://www.meshtastic.org/e/YXNkZnF3ZXJhc2RmcXdlcmFzZGZxd2Vy
-->
<action android:name="android.intent.action.VIEW" />
@@ -150,11 +150,11 @@
<data
android:scheme="https"
android:host="www.meshtastic.org"
android:pathPrefix="/d/" />
android:pathPrefix="/e/" />
<data
android:scheme="https"
android:host="www.meshtastic.org"
android:pathPrefix="/D/" />
android:pathPrefix="/E/" />
</intent-filter>
<intent-filter>