mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
use upper case for base of URL in QR code to simplify the image
This commit is contained in:
parent
6c85a4f12b
commit
6fbe63c0b7
2 changed files with 15 additions and 5 deletions
|
|
@ -144,6 +144,10 @@
|
|||
android:scheme="https"
|
||||
android:host="www.meshtastic.org"
|
||||
android:pathPrefix="/c/" />
|
||||
<data
|
||||
android:scheme="https"
|
||||
android:host="www.meshtastic.org"
|
||||
android:pathPrefix="/C/" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue