mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #268 from meshtastic/mqtt-address-size
Bump MQTTConfig.address to 64 bytes
This commit is contained in:
commit
570cee3f31
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue