fixed ptt type

This commit is contained in:
dj2ls 2022-10-06 10:21:12 +02:00
parent b8ee0297a2
commit a87998c742

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