change the d to an e

This commit is contained in:
Mike Kinney
2022-06-16 22:40:48 -07:00
parent 5bfebbe436
commit bec8cf2b13

View File

@@ -214,7 +214,7 @@ class Node:
channelSet.settings.append(c.settings)
some_bytes = channelSet.SerializeToString()
s = base64.urlsafe_b64encode(some_bytes).decode('ascii')
return f"https://www.meshtastic.org/d/#{s}".replace("=", "")
return f"https://www.meshtastic.org/e/#{s}".replace("=", "")
def setURL(self, url):
"""Set mesh network URL"""