ModuleConfig_NeighborInfoConfig: Message<"meshtastic.ModuleConfig.NeighborInfoConfig"> & {
    enabled: boolean;
    updateInterval: number;
}

NeighborInfoModule Config

Type declaration

  • enabled: boolean

    Whether the Module is enabled

    from field: bool enabled = 1;

  • updateInterval: number

    Interval in seconds of how often we should try to send our Neighbor Info to the mesh

    from field: uint32 update_interval = 2;

from message meshtastic.ModuleConfig.NeighborInfoConfig