mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 18:57:39 +01:00
fixed default config file
This commit is contained in:
parent
d82260d4d4
commit
27731f376a
13
config.json
13
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user