Skip to content

Commit bec8cf2

Browse files
committed
change the d to an e
1 parent 5bfebbe commit bec8cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def getURL(self, includeAll: bool = True):
214214
channelSet.settings.append(c.settings)
215215
some_bytes = channelSet.SerializeToString()
216216
s = base64.urlsafe_b64encode(some_bytes).decode('ascii')
217-
return f"https://www.meshtastic.org/d/#{s}".replace("=", "")
217+
return f"https://www.meshtastic.org/e/#{s}".replace("=", "")
218218

219219
def setURL(self, url):
220220
"""Set mesh network URL"""

0 commit comments

Comments
 (0)