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