Mqtt json_enabled

pull/194/head
Ben Meadors 2022-09-03 07:54:37 -05:00
rodzic f68db84414
commit 99e4eaf66c
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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