Merge pull request #203 from meshtastic/1.3.43_Protos

remove www from qr link
This commit is contained in:
Garth Vander Houwen 2022-10-12 20:14:39 -07:00 committed by GitHub
commit b11b0bd562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,6 +296,6 @@ struct ShareChannels: View {
}
}
let settingsString = try! channelSet.serializedData().base64EncodedString()
channelsUrl = ("https://www.meshtastic.org/e/#" + settingsString.base64ToBase64url())
channelsUrl = ("https://meshtastic.org/e/#" + settingsString.base64ToBase64url())
}
}