Merge pull request #268 from meshtastic/mqtt-address-size

Bump MQTTConfig.address to 64 bytes
This commit is contained in:
Ben Meadors 2023-01-11 13:44:11 -06:00 committed by GitHub
commit 570cee3f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*ExternalNotificationConfig.nag_timeout int_size:16