From c8b90c700607ddbab0d99322635f6a73abb64259 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 2 Jul 2023 14:56:32 -0500 Subject: [PATCH] Add toradio --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 8055028..a063bf9 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1396,6 +1396,11 @@ message ToRadio { */ XModem xmodemPacket = 5; + + /* + * MQTT Client Proxy Message + */ + MqttClientProxyMessage mqttClientProxyMessage = 6; } }