fixed default config file

pull/16/head
Ryzerth 2020-08-21 15:47:19 +02:00
rodzic d82260d4d4
commit 27731f376a
1 zmienionych plików z 11 dodań i 2 usunięć

Wyświetl plik

@ -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
}
}