link out from the message panel, too

This commit is contained in:
Jakob Ketterl 2023-08-28 21:57:52 +02:00
parent 204c725a75
commit 94ee444be7
3 changed files with 37 additions and 7 deletions

View file

@ -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'];