try to notice when user wants to go back to default settings

This commit is contained in:
Kevin Hester 2021-03-19 17:09:35 +08:00
parent a18343e30c
commit c405cdc200
3 changed files with 8 additions and 19 deletions

View file

@ -16,11 +16,6 @@ data class ChannelSet(
) {
companion object {
// Placeholder when emulating
val emulated = ChannelSet(
AppOnlyProtos.ChannelSet.newBuilder().addSettings(Channel.emulated.settings).build()
)
const val prefix = "https://www.meshtastic.org/d/#"
private const val base64Flags = Base64.URL_SAFE + Base64.NO_WRAP + Base64.NO_PADDING