From 27731f376aaaf6aa11badf75dae602685b72988c Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Fri, 21 Aug 2020 15:47:19 +0200 Subject: [PATCH] fixed default config file --- config.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 2d62f53f..e2017a54 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,18 @@ { + "audio": {}, "bandPlan": "General", "bandPlanEnabled": true, - "frequency": 98000000, + "fftHeight": 300, + "frequency": 99000000, "max": 0.0, + "maximized": false, + "menuWidth": 300, "min": -70.0, + "showWaterfall": true, "source": "", - "sourceSettings": {} + "sourceSettings": {}, + "windowSize": { + "h": 720, + "w": 1280 + } } \ No newline at end of file