fixed tnc startup

This commit is contained in:
DJ2LS 2023-09-13 19:33:03 +02:00
parent 8b2c407725
commit a8e6cb889b

View file

@ -18,7 +18,13 @@ function startStopTNC(){
switch (state.tnc_running_state) { switch (state.tnc_running_state) {
case 'stopped': case 'stopped':
// todo: is there another way of doing this, maybe more VueJS like?
settings.rx_audio = document.getElementById("audio_input_selectbox").value
settings.tx_audio = document.getElementById("audio_output_selectbox").value
startTNC() startTNC()
break; break;