channelset wip

This commit is contained in:
Kevin Hester 2021-02-27 12:04:44 +08:00
parent 0743feadc4
commit bd796524b9
4 changed files with 80 additions and 51 deletions

View file

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