Merge branch 'master' into DG-ID

This commit is contained in:
Jonathan Naylor 2020-09-02 10:11:41 +01:00
commit 83a8a7e7c5

View file

@ -241,6 +241,9 @@ void CGPS::transmitGPS(const unsigned char* source)
char radio[10U];
switch (m_buffer[4U]) {
case 0x20U:
::strcpy(radio, "DR-2X");
break;
case 0x24U:
::strcpy(radio, "FT-1D");
break;