Add FTM-300 to the DGIfGateway GPS data.

This commit is contained in:
Jonathan Naylor 2020-08-24 09:14:39 +01:00
parent 5d2b038c71
commit 76dc82f8e0

View file

@ -256,6 +256,9 @@ void CGPS::transmitGPS(const unsigned char* source)
case 0x29U:
::strcpy(radio, "FTM-100D");
break;
case 0x31U:
::strcpy(radio, "FTM-300D");
break;
case 0x30U:
::strcpy(radio, "FT-3D");
break;