Merge pull request #334 from meshtastic/mqtt_tls

Bool to enable tls on mqtt connection
This commit is contained in:
Ben Meadors 2023-04-03 10:44:28 -05:00 committed by GitHub
commit 641d7c3a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
/*