update QR code convention

This commit is contained in:
andrekir 2022-10-13 00:18:19 -03:00
parent 72af2b4a44
commit 2e4cae048f
3 changed files with 6 additions and 6 deletions

View file

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