Add mode 4 (force off) for the DMR OVCM flag.

This commit is contained in:
Jonathan Naylor
2021-03-07 17:42:55 +00:00
parent 5537ebbb65
commit 5d8d1a3fb9
10 changed files with 61 additions and 11 deletions

View File

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