mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #334 from meshtastic/mqtt_tls
Bool to enable tls on mqtt connection
This commit is contained in:
commit
641d7c3a46
1 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,11 @@ message ModuleConfig {
|
|||
* Whether to send / consume json packets on MQTT
|
||||
*/
|
||||
bool json_enabled = 6;
|
||||
|
||||
/*
|
||||
* If true, we attempt to establish a secure connection using TLS
|
||||
*/
|
||||
bool tls_enabled = 7;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue