We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfebbe commit bec8cf2Copy full SHA for bec8cf2
meshtastic/node.py
@@ -214,7 +214,7 @@ def getURL(self, includeAll: bool = True):
214
channelSet.settings.append(c.settings)
215
some_bytes = channelSet.SerializeToString()
216
s = base64.urlsafe_b64encode(some_bytes).decode('ascii')
217
- return f"https://www.meshtastic.org/d/#{s}".replace("=", "")
+ return f"https://www.meshtastic.org/e/#{s}".replace("=", "")
218
219
def setURL(self, url):
220
"""Set mesh network URL"""
0 commit comments