From 9d3c2c4a7b5d5aed8b9329d576d81823c24f1b96 Mon Sep 17 00:00:00 2001 From: Mikhael Skvortsov Date: Fri, 24 May 2024 23:57:39 +0300 Subject: [PATCH] Make ServiceEnvelope fields by-value --- meshtastic/mqtt.options | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meshtastic/mqtt.options b/meshtastic/mqtt.options index 591e898e..4deb5866 100644 --- a/meshtastic/mqtt.options +++ b/meshtastic/mqtt.options @@ -1,6 +1,5 @@ -*ServiceEnvelope.packet type:FT_POINTER -*ServiceEnvelope.channel_id type:FT_POINTER -*ServiceEnvelope.gateway_id type:FT_POINTER +*ServiceEnvelope.channel_id max_size:12 # ChannelSettings.name +*ServiceEnvelope.gateway_id max_size:16 # User.id *MapReport.long_name max_size:40 *MapReport.short_name max_size:5