Update GPS.cpp

ADD New FTM-300D
This commit is contained in:
Merlinv3 2020-08-23 19:05:56 +02:00 committed by GitHub
parent 66feacb19f
commit cc8312331a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;