Add support for FT-3D GPS
@ -139,6 +139,7 @@ void CAPRSWriter::write(const unsigned char* source, const char* type, unsigned
switch (radio) {
case 0x24U:
case 0x28U:
case 0x30U:
symbol = '[';
break;
case 0x25U:
@ -256,6 +256,9 @@ void CGPS::transmitGPS(const unsigned char* source)
case 0x29U:
::strcpy(radio, "FTM-100D");
::strcpy(radio, "FT-3D");
default:
::sprintf(radio, "0x%02X", m_buffer[4U]);