Merge pull request #194 from meshtastic/json_enabled

Mqtt json_enabled
This commit is contained in:
Ben Meadors 2022-09-03 08:34:20 -05:00 committed by GitHub
commit a72983993c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,11 @@ message ModuleConfig {
* Decrypted packets may be useful for external systems that want to consume meshtastic packets
*/
bool encryption_enabled = 5;
/*
* Whether to send / consume json packets on MQTT
*/
bool json_enabled = 6;
}
/*