FileInfo: Message<"meshtastic.FileInfo"> & {
    fileName: string;
    sizeBytes: number;
}

Individual File info for the device

Type declaration

  • fileName: string

    The fully qualified path of the file

    from field: string file_name = 1;

  • sizeBytes: number

    The size of the file in bytes

    from field: uint32 size_bytes = 2;

from message meshtastic.FileInfo