From 6f09e89abb512f4430f3c918aae7754c5408f8a6 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Sun, 7 Jun 2026 23:59:16 -0500 Subject: [PATCH] Add TRANSPORT_UNICAST_UDP to mesh.proto --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 2c6b784e..79fb0164 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1636,6 +1636,11 @@ message MeshPacket { * Arrived via API connection */ TRANSPORT_API = 7; + + /* + * Arrived via Unicast UDP + */ + TRANSPORT_UNICAST_UDP = 8; } /*