Add the noise squelch configuration items.

This commit is contained in:
Jonathan Naylor
2020-07-28 14:22:26 +01:00
parent 15c21de416
commit 0579b4387a
9 changed files with 101 additions and 40 deletions

View File

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