diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 7e71469..3201d87 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -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; } /*