use upper case for base of URL in QR code to simplify the image

This commit is contained in:
Kevin Hester 2021-01-05 13:29:04 +08:00
parent 6c85a4f12b
commit 6fbe63c0b7
2 changed files with 15 additions and 5 deletions

View file

@ -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>