This commit is contained in:
Kim - DG9VH 2021-09-17 09:20:46 -05:00 committed by GitHub
commit 90b0e11cce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -989,6 +989,12 @@ bool CConf::read()
}
}
if ( m_duplex && m_rxFrequency == m_txFrequency ) {
::fprintf(stderr, "Duplex == 1 and TX == RX-QRG!\n");
::fclose(fp);
return false;
}
::fclose(fp);
return true;