Add the low CTCSS threshold value.

This commit is contained in:
Jonathan Naylor
2020-05-12 13:43:43 +01:00
parent 2ae966b7fb
commit ce121c59da
7 changed files with 79 additions and 59 deletions

View File

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