From 9f45c61bb7520ea13513035262848b7c1cc4b4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sun, 3 Nov 2024 23:02:24 +0100 Subject: [PATCH] current max size is 35 --- meshtastic/mesh.options | 1 + 1 file changed, 1 insertion(+) diff --git a/meshtastic/mesh.options b/meshtastic/mesh.options index 4e335d2..76c4a40 100644 --- a/meshtastic/mesh.options +++ b/meshtastic/mesh.options @@ -67,6 +67,7 @@ *NeighborInfo.neighbors max_count:10 *DeviceMetadata.firmware_version max_size:18 +*DeviceMetadata.hw_env max_size:40 *MqttClientProxyMessage.topic max_size:60 *MqttClientProxyMessage.data max_size:435