diff --git a/DGIdGateway/GPS.cpp b/DGIdGateway/GPS.cpp index 9e06ba6..a8f71c1 100644 --- a/DGIdGateway/GPS.cpp +++ b/DGIdGateway/GPS.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2016,2017,2018,2020 by Jonathan Naylor G4KLX +* Copyright (C) 2016,2017,2018,2020,2024 by Jonathan Naylor G4KLX * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -258,6 +258,9 @@ void CGPS::transmitGPS(const unsigned char* source) case 0x26U: ::strcpy(radio, "DR-1X"); break; + case 0x27U: + ::strcpy(radio, "FT-991A"); + break; case 0x28U: ::strcpy(radio, "FT-2D"); break; diff --git a/DGIdGateway/Version.h b/DGIdGateway/Version.h index ba5f154..8417ca9 100644 --- a/DGIdGateway/Version.h +++ b/DGIdGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20240831"; +const char* VERSION = "20241218"; #endif diff --git a/YSFGateway/GPS.cpp b/YSFGateway/GPS.cpp index 9e06ba6..a8f71c1 100644 --- a/YSFGateway/GPS.cpp +++ b/YSFGateway/GPS.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2016,2017,2018,2020 by Jonathan Naylor G4KLX +* Copyright (C) 2016,2017,2018,2020,2024 by Jonathan Naylor G4KLX * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -258,6 +258,9 @@ void CGPS::transmitGPS(const unsigned char* source) case 0x26U: ::strcpy(radio, "DR-1X"); break; + case 0x27U: + ::strcpy(radio, "FT-991A"); + break; case 0x28U: ::strcpy(radio, "FT-2D"); break; diff --git a/YSFGateway/Version.h b/YSFGateway/Version.h index ba5f154..8417ca9 100644 --- a/YSFGateway/Version.h +++ b/YSFGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20240831"; +const char* VERSION = "20241218"; #endif