Merge branch 'master' into DG-ID

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

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;