Convert the CTCSS threshold to a raw value.

This commit is contained in:
Jonathan Naylor
2020-04-20 13:21:56 +01:00
parent cb732c9a62
commit 93effcad3d
7 changed files with 14 additions and 14 deletions

View File

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