Merge remote-tracking branch 'origin/main' into ls-arq

This commit is contained in:
dj2ls 2022-10-06 10:29:31 +02:00
commit 2fe38cf0e8

View file

@ -630,7 +630,7 @@ document.getElementById('hamlib_rigctld_start').addEventListener('click', () =>
// hamlib ptt type // hamlib ptt type
if (document.getElementById('enable_hamlib_pttprotocol').checked){ if (document.getElementById('enable_hamlib_pttprotocol').checked){
var hamlib_ptt_type = document.getElementById("hamlib_pttprotocol").value; var hamlib_ptt_type = document.getElementById("hamlib_pttprotocol").value;
paramList = paramList.concat('--ptt-type=', hamlib_ptt_type) paramList = paramList.concat('--ptt-type=' + hamlib_ptt_type)
} }
// hamlib dtr state // hamlib dtr state