Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ message ModuleConfig {
bool encryption_enabled = 5;

/*
* Whether to send / consume json packets on MQTT
* Deprecated: JSON packet support on MQTT was removed, and this field is ignored.
*/
bool json_enabled = 6;
bool json_enabled = 6 [deprecated = true];

/*
* If true, we attempt to establish a secure connection using TLS
Expand Down
Loading