mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Change module_config.mqtt.disabled to enabled
This commit is contained in:
parent
e439934e6d
commit
5793089473
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ message ModuleConfig {
|
|||
* is_uplink_enabled or is_downlink_enabled.
|
||||
* But if this flag is set, all MQTT features will be disabled and no servers will be contacted.
|
||||
*/
|
||||
bool disabled = 1;
|
||||
bool enabled = 1;
|
||||
|
||||
/*
|
||||
* The server to use for our MQTT global message gateway feature.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue