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

@@ -507,7 +507,8 @@ int CMMDVMHost::run()
LogInfo(" OVCM: on(tx only)");
else if (ovcm == DMR_OVCM_ON)
LogInfo(" OVCM: on");
else if (ovcm == DMR_OVCM_FORCE_OFF)
LogInfo(" OVCM: off (forced)");
switch (dmrBeacons) {
case DMR_BEACONS_NETWORK: {