1 frames per burst only

changed option for selecting frames per bursts. This should stay at 1 until we reached a stable state
This commit is contained in:
dj2ls 2021-12-26 16:29:42 +01:00
parent d741778306
commit 0aef902807
2 changed files with 2 additions and 6 deletions

View file

@ -330,17 +330,14 @@ advancedHamlibSettingsModal
daemon.startTNC(rx_audio, tx_audio, deviceid, deviceport, pttprotocol, pttport, serialspeed, pttspeed, data_bits, stop_bits, handshake)
setTimeout(function() {
sock.saveMyCall(config.mycall);
}, 3000);
}, 1500);
setTimeout(function() {
sock.saveMyGrid(config.mygrid);
}, 4000);
}, 1500);
})
// stopTNC button clicked

View file

@ -905,7 +905,6 @@
<div class="input-group input-group-sm"> <span class="input-group-text" id="basic-addon1">Frames</span>
<select class="form-select form-select-sm" aria-label=".form-select-sm" id="framesperburst">
<option selected value="1">1</option>
<option value="2">2</option>
</select>
</div>
</div>