From 3cb04fbd81e1b89f28dba17042e2cf69d47e745e Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 11 Jan 2023 12:16:00 -0600 Subject: [PATCH] Bump MQTTConfig.address to 64 bytes --- module_config.options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_config.options b/module_config.options index f7d3684..08068f3 100644 --- a/module_config.options +++ b/module_config.options @@ -1,6 +1,6 @@ *CannedMessageConfig.allow_input_source max_size:16 -*MQTTConfig.address max_size:32 +*MQTTConfig.address max_size:64 *MQTTConfig.username max_size:64 *MQTTConfig.password max_size:64 @@ -12,4 +12,4 @@ *ExternalNotificationConfig.output_vibra int_size:8 *ExternalNotificationConfig.output_buzzer int_size:8 -*ExternalNotificationConfig.nag_timeout int_size:16 \ No newline at end of file +*ExternalNotificationConfig.nag_timeout int_size:16