mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixed ptt type
This commit is contained in:
parent
b8ee0297a2
commit
a87998c742
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue