From b26491b6467afb690cb49848d65baf00e3caebb0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 18 Oct 2025 17:26:39 -0700 Subject: [PATCH] Update udp.py --- modules/udp.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/udp.py b/modules/udp.py index 3658947..da3bdd9 100644 --- a/modules/udp.py +++ b/modules/udp.py @@ -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: