From 8730f0fd38d9490f4474b2719dfcac6e08e8c858 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 15 Oct 2025 15:57:40 -0700 Subject: [PATCH] Update udp.py --- modules/udp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/udp.py b/modules/udp.py index 97c97d8..5e61951 100644 --- a/modules/udp.py +++ b/modules/udp.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# UDP Interface +# UDP Interface Listener # credit to pdxlocations for all of this core work https://github.com/pdxlocations/ from pubsub import pub from meshtastic.protobuf import mesh_pb2, portnums_pb2