Allow DMR/P25 and NXDN Id reload with a SIGUSR1 or via a remote command.

This commit is contained in:
Jonathan Naylor
2021-01-01 13:54:03 +00:00
parent 4ec33c86a7
commit a209c00479
8 changed files with 77 additions and 25 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20201215";
const char* VERSION = "20210101";
#endif