Optional
cannedThe part of the config that is specific to the Canned Message module
from protobuf field: ModuleConfig.CannedMessageConfig canned_message = 7;
Optional
externalThe part of the config that is specific to the ExternalNotification module
from protobuf field: ModuleConfig.ExternalNotificationConfig external_notification = 3;
Optional
mqttThe part of the config that is specific to the MQTT module
from protobuf field: ModuleConfig.MQTTConfig mqtt = 1;
Optional
rangeThe part of the config that is specific to the RangeTest module
from protobuf field: ModuleConfig.RangeTestConfig range_test = 5;
Optional
serialThe part of the config that is specific to the Serial module
from protobuf field: ModuleConfig.SerialConfig serial = 2;
Optional
storeThe part of the config that is specific to the Store & Forward module
from protobuf field: ModuleConfig.StoreForwardConfig store_forward = 4;
Optional
telemetryThe part of the config that is specific to the Telemetry module
from protobuf field: ModuleConfig.TelemetryConfig telemetry = 6;
A version integer used to invalidate old save files when we make incompatible changes This integer is set at build time and is private to NodeDB.cpp in the device code.
from protobuf field: uint32 version = 8;
Generated using TypeDoc
Generated
from protobuf message LocalModuleConfig