mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge pull request #127 from gkelly/channel-fragment
Put channel options into URL fragments
This commit is contained in:
commit
488c615a78
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue