Set Mode to DMR at bootup

This commit is contained in:
Carsten Schmiemann 2022-07-30 00:10:10 +02:00
parent 0082295493
commit 035dd944ab
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ int CMMDVMHost::run()
}
}
setMode(MODE_IDLE);
setMode(MODE_DMR);
LogMessage("MMDVMHost-%s is running", VERSION);