From 38bef50e12815dda33cf6a2716bd38cd14343ee5 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 2 Nov 2025 22:01:13 -0800 Subject: [PATCH] Update game_serve.py --- script/game_serve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/game_serve.py b/script/game_serve.py index 4f9779f..609d3c4 100644 --- a/script/game_serve.py +++ b/script/game_serve.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # UDP Interface game server for Meshtastic Meshing-Around Mesh Bot -# depends on: pip install meshtastic protobuf zeroconf pubsub +# depends on: pip install meshtastic protobuf mudp # 2025 Kelly Keeton K7MHI import os import sys