NewCode.txt describes some necessary code additions.

This commit is contained in:
Joe Taylor
2018-07-03 14:17:49 -04:00
parent 2c0286f301
commit 854a7f2a5c
4 changed files with 52 additions and 2 deletions
+1
View File
@@ -3657,6 +3657,7 @@ void MainWindow::guiUpdate()
//Once per second:
if(nsec != m_sec0) {
// qDebug() << "OneSec:" << m_config.bGenerate77() << m_config.bDecode77();
if(m_freqNominal!=0 and m_freqNominal<50000000 and m_config.enable_VHF_features()) {
if(!m_bVHFwarned) vhfWarning();
} else {