Merge pull request #127 from gkelly/channel-fragment

Put channel options into URL fragments
This commit is contained in:
Kevin Hester 2020-08-11 11:28:58 -07:00 committed by GitHub
commit 488c615a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ data class Channel(
.setModemConfig(MeshProtos.ChannelSettings.ModemConfig.Bw125Cr45Sf128).build()
)
const val prefix = "https://www.meshtastic.org/c/"
const val prefix = "https://www.meshtastic.org/c/#"
private const val base64Flags = Base64.URL_SAFE + Base64.NO_WRAP