Merge pull request #189 from Merlinv3/patch-2

Update GPS.cpp
This commit is contained in:
Jonathan Naylor 2020-08-23 18:12:29 +01:00 committed by GitHub
commit 4eadb0a00a
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;