From 7a3d4e4ca38fa9d7a2f35557428d87fc11dfb998 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Mon, 30 Jul 2018 21:33:43 -0400 Subject: [PATCH] Updating version and README for DMR2YSF --- DMR2YSF/README.md | 2 ++ DMR2YSF/Version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DMR2YSF/README.md b/DMR2YSF/README.md index 3ab09e1..b401cb9 100644 --- a/DMR2YSF/README.md +++ b/DMR2YSF/README.md @@ -6,4 +6,6 @@ You can use this software with MMDVMHost and YSFGateway, with the default UDP po MMDVMHost <-> DMR2YSF <-> YSFGateway +You can select a YSF reflector from your DMR radio, associating each radio TG with a specific YSF reflector. Please edit the file TG-YSFList.txt and enter only your preferred DMR ID - YSF reflector mapping list. + This software is licenced under the GPL v2 and is intended for amateur and educational use only. Use of this software for commercial purposes is strictly forbidden. diff --git a/DMR2YSF/Version.h b/DMR2YSF/Version.h index 5f8e1f7..0521811 100644 --- a/DMR2YSF/Version.h +++ b/DMR2YSF/Version.h @@ -20,6 +20,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20180729"; +const char* VERSION = "20180730"; #endif