Make PTT Enabled by default, user has the option to disable it. #74

half-duplex
Phil Taylor 2023-01-23 21:34:35 +00:00
rodzic 4e89c91f0d
commit 9c3ca568ed
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1589,7 +1589,7 @@ void wfmain::setDefPrefs()
defPrefs.serialPortRadio = QString("auto");
defPrefs.serialPortBaud = 115200;
defPrefs.polling_ms = 0; // 0 = Automatic
defPrefs.enablePTT = false;
defPrefs.enablePTT = true;
defPrefs.niceTS = true;
defPrefs.enableRigCtlD = false;
defPrefs.rigCtlPort = 4533;