LocalConfig: Message<"meshtastic.LocalConfig"> & {
    bluetooth?: Config_BluetoothConfig;
    device?: Config_DeviceConfig;
    display?: Config_DisplayConfig;
    lora?: Config_LoRaConfig;
    network?: Config_NetworkConfig;
    position?: Config_PositionConfig;
    power?: Config_PowerConfig;
    security?: Config_SecurityConfig;
    version: number;
}

Type declaration

  • Optionalbluetooth?: Config_BluetoothConfig

    The part of the config that is specific to the Bluetooth settings

    from field: meshtastic.Config.BluetoothConfig bluetooth = 7;

  • Optionaldevice?: Config_DeviceConfig

    The part of the config that is specific to the Device

    from field: meshtastic.Config.DeviceConfig device = 1;

  • Optionaldisplay?: Config_DisplayConfig

    The part of the config that is specific to the Display

    from field: meshtastic.Config.DisplayConfig display = 5;

  • Optionallora?: Config_LoRaConfig

    The part of the config that is specific to the Lora Radio

    from field: meshtastic.Config.LoRaConfig lora = 6;

  • Optionalnetwork?: Config_NetworkConfig

    The part of the config that is specific to the Wifi Settings

    from field: meshtastic.Config.NetworkConfig network = 4;

  • Optionalposition?: Config_PositionConfig

    The part of the config that is specific to the GPS Position

    from field: meshtastic.Config.PositionConfig position = 2;

  • Optionalpower?: Config_PowerConfig

    The part of the config that is specific to the Power settings

    from field: meshtastic.Config.PowerConfig power = 3;

  • Optionalsecurity?: Config_SecurityConfig

    The part of the config that is specific to Security settings

    from field: meshtastic.Config.SecurityConfig security = 9;

  • version: number

    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 field: uint32 version = 8;

from message meshtastic.LocalConfig

""