mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Remove unneeded warning message.
This commit is contained in:
@@ -386,13 +386,9 @@ int CMMDVMHost::run()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (m_fmEnabled && m_conf.getFMNetworkEnabled()) {
|
if (m_fmEnabled && m_conf.getFMNetworkEnabled()) {
|
||||||
if (m_modem->getVersion() == 1U) {
|
ret = createFMNetwork();
|
||||||
LogWarning("FM networking enabled in the host but not available the modem firmware, disabling");
|
if (!ret)
|
||||||
} else {
|
return 1;
|
||||||
ret = createFMNetwork();
|
|
||||||
if (!ret)
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_ax25Enabled && m_conf.getAX25NetworkEnabled()) {
|
if (m_ax25Enabled && m_conf.getAX25NetworkEnabled()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user