Skip to content

Add decode for Yaesu FT3D #220

@cjmair

Description

@cjmair

In decode_aprs.c add a line to decode the new Yaesu FT3D as well as the FT2D e.g.

else if (*pfirst == '`' && *(plast-1) == '_' && *plast == '0') { strlcpy (A->g_mfr, "Yaesu FT3D", sizeof(A->g_mfr)); pfirst++; plast-=2; }

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions