fixed default config file

This commit is contained in:
Ryzerth 2020-08-21 15:47:19 +02:00
parent d82260d4d4
commit 27731f376a

View File

@ -1,9 +1,18 @@
{ {
"audio": {},
"bandPlan": "General", "bandPlan": "General",
"bandPlanEnabled": true, "bandPlanEnabled": true,
"frequency": 98000000, "fftHeight": 300,
"frequency": 99000000,
"max": 0.0, "max": 0.0,
"maximized": false,
"menuWidth": 300,
"min": -70.0, "min": -70.0,
"showWaterfall": true,
"source": "", "source": "",
"sourceSettings": {} "sourceSettings": {},
"windowSize": {
"h": 720,
"w": 1280
}
} }