From f9431cbc0d8f610949404b24e2c7478f66bcbf5b Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 18 Dec 2024 14:49:38 +0000 Subject: [PATCH] Add the FT-991A to the YSF radio list for APRS-IS. --- DGIdGateway/GPS.cpp | 5 ++++- DGIdGateway/Version.h | 2 +- YSFGateway/GPS.cpp | 5 ++++- YSFGateway/Version.h | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) 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