From 7ba6081cb36a09296ca915e6c4a493ecf37abfa9 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Tue, 8 Dec 2020 04:44:19 +0100 Subject: [PATCH] tweaks --- root_dev/config.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/root_dev/config.json b/root_dev/config.json index 4eb63e02..3b68a2e3 100644 --- a/root_dev/config.json +++ b/root_dev/config.json @@ -1,15 +1,14 @@ { "bandPlan": "General", "bandPlanEnabled": true, - "centerTuning": true, + "centerTuning": false, "fftHeight": 300, "frequency": 100100000, "max": 0.0, "maximized": false, "menuOrder": [ "Source", - "Radio 1", - "Radio 2", + "Radio", "Recorder", "Sinks", "Audio", @@ -23,7 +22,7 @@ "Audio Sink": "audio_sink", "PlutoSDR Source": "plutosdr_source", "RTL-TCP Source": "rtl_tcp_source", - "Radio 1": "radio", + "Radio": "radio", "Recorder": "recorder", "SoapySDR Source": "soapy_source" },