mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Added persistant setting sto demodulator of radio module
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{
|
||||
"bandPlan": "General",
|
||||
"bandPlanEnabled": true,
|
||||
"centerTuning": false,
|
||||
"centerTuning": true,
|
||||
"fftHeight": 300,
|
||||
"frequency": 100485981,
|
||||
"frequency": 100100000,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"menuOrder": [
|
||||
|
@ -1,5 +1,37 @@
|
||||
{
|
||||
"Radio 1": {
|
||||
"demodulator":1
|
||||
}
|
||||
{
|
||||
"Radio": {
|
||||
"AM": {
|
||||
"bandwidth": 12500.0,
|
||||
"snapInterval": 1000.0
|
||||
},
|
||||
"CW": {
|
||||
"bandwidth": 200.0,
|
||||
"snapInterval": 10.0
|
||||
},
|
||||
"DSB": {
|
||||
"bandwidth": 6000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"FM": {
|
||||
"bandwidth": 12500.0,
|
||||
"snapInterval": 10000.0
|
||||
},
|
||||
"LSB": {
|
||||
"bandwidth": 3000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"RAW": {
|
||||
"snapInterval": 10000.0
|
||||
},
|
||||
"USB": {
|
||||
"bandwidth": 3000.0,
|
||||
"snapInterval": 100.0
|
||||
},
|
||||
"WFM": {
|
||||
"bandwidth": 200000.0,
|
||||
"deempMode": 0,
|
||||
"snapInterval": 100000.0
|
||||
},
|
||||
"selectedDemodId": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user