Update udp.py

This commit is contained in:
SpudGunMan
2025-10-18 17:26:39 -07:00
parent 22e97b0eec
commit b26491b646
+4
View File
@@ -23,6 +23,10 @@ class ZeroconfListner:
txt = info.properties
print(f"Found Meshtastic node: id={txt.get(b'id', b'').decode()} shortname={txt.get(b'shortname', b'').decode()} longname={txt.get(b'longname', b'').decode()}")
def update_service(self, zeroconf, type, name):
# This method is required by zeroconf, but you can leave it empty if you don't need updates.
pass
def initalize_mudp():
global mudpInterface
if mudpEnabled and mudpInterface is None: