From bec8cf2b13af05207e0c0f9ae1b952fd8dd4ddd7 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Thu, 16 Jun 2022 22:40:48 -0700 Subject: [PATCH] change the d to an e --- meshtastic/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/node.py b/meshtastic/node.py index e6dac5c..c5e0504 100644 --- a/meshtastic/node.py +++ b/meshtastic/node.py @@ -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"""