Merge branch 'master' into DG-ID
This commit is contained in:
commit
83a8a7e7c5
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue