mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add mode 4 (force off) for the DMR OVCM flag.
This commit is contained in:
parent
5537ebbb65
commit
5d8d1a3fb9
10 changed files with 61 additions and 11 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue