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