mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-10 00:43:43 +00:00
link out from the message panel, too
This commit is contained in:
parent
204c725a75
commit
94ee444be7
3 changed files with 37 additions and 7 deletions
|
|
@ -788,6 +788,9 @@ function on_ws_recv(evt) {
|
|||
if ('tuning_precision' in config)
|
||||
$('#openwebrx-panel-receiver').demodulatorPanel().setTuningPrecision(config['tuning_precision']);
|
||||
|
||||
if ('aircraft_tracking_service' in config)
|
||||
$('#openwebrx-panel-adsb-message').adsbMessagePanel().setAircraftTrackingService(config['aircraft_tracking_service']);
|
||||
|
||||
break;
|
||||
case "secondary_config":
|
||||
var s = json['value'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue