mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
try to notice when user wants to go back to default settings
This commit is contained in:
parent
a18343e30c
commit
c405cdc200
3 changed files with 8 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue