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

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