Mqtt json_enabled

This commit is contained in:
Ben Meadors 2022-09-03 07:54:37 -05:00
parent f68db84414
commit 99e4eaf66c

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