fixed rigctld server port

This commit is contained in:
dj2ls 2022-10-03 16:46:17 +02:00
parent 1dd1e16753
commit 3561b620ed

View file

@ -623,7 +623,7 @@ document.getElementById('hamlib_rigctld_start').addEventListener('click', () =>
}
var hamlib_rigctld_server_port = document.getElementById("hamlib_rigctld_server_port").value;
paramList = paramList.concat('--port=', hamlib_rigctld_server_port)
paramList = paramList.concat('-t', hamlib_rigctld_server_port)