Merge pull request #195 from Merlinv3/patch-4

Update GPS.cpp
This commit is contained in:
Jonathan Naylor 2020-09-02 10:10:59 +01:00 committed by GitHub
commit c6aea0b405
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;