From bbac95736bb967d4238d385339b07d45b0734618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 6 Dec 2022 13:59:15 +0100 Subject: [PATCH] remove unused options --- mesh.options | 4 ---- module_config.options | 1 - 2 files changed, 5 deletions(-) diff --git a/mesh.options b/mesh.options index 8554239..59f66bc 100644 --- a/mesh.options +++ b/mesh.options @@ -12,14 +12,10 @@ # note: this payload length is ONLY the bytes that are sent inside of the Data protobuf (excluding protobuf overhead). The 16 byte header is # outside of this envelope *Data.payload max_size:237 -*Data.payload_compressed max_size:237 -*Data.payload_variant anonymous_oneof:true # Big enough for 1.2.28.568032c-d *MyNodeInfo.firmware_version max_size:18 -*MyNodeInfo.region max_size:12 - *MyNodeInfo.air_period_tx max_count:8 *MyNodeInfo.air_period_rx max_count:8 diff --git a/module_config.options b/module_config.options index 87bd307..3cdae99 100644 --- a/module_config.options +++ b/module_config.options @@ -1,5 +1,4 @@ *CannedMessageConfig.allow_input_source max_size:16 -*CannedMessageConfig.messages max_size:200 *MQTTConfig.address max_size:32 *MQTTConfig.username max_size:64