Merge pull request #261 from DJ2LS/ls-gui

fixed ptt type
This commit is contained in:
DJ2LS 2022-10-06 10:23:13 +02:00 committed by GitHub
commit 84f2b4a2b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -630,7 +630,7 @@ document.getElementById('hamlib_rigctld_start').addEventListener('click', () =>
// hamlib ptt type
if (document.getElementById('enable_hamlib_pttprotocol').checked){
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