mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Allow proper enabling and disabling of protocols and networks.
This commit is contained in:
@@ -114,7 +114,7 @@ int CMMDVMHost::run()
|
||||
|
||||
createDisplay();
|
||||
|
||||
if (m_dmrEnabled) {
|
||||
if (m_dmrEnabled && m_conf.getDMRNetworkEnabled()) {
|
||||
ret = createDMRNetwork();
|
||||
if (!ret)
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user