mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
new modole system
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
"bandPlan": "General",
|
||||
"bandPlanEnabled": true,
|
||||
"fftHeight": 300,
|
||||
"frequency": 100100000,
|
||||
"frequency": 99000000,
|
||||
"max": 0.0,
|
||||
"maximized": false,
|
||||
"menuWidth": 300,
|
||||
@ -27,7 +27,7 @@
|
||||
}
|
||||
},
|
||||
"windowSize": {
|
||||
"h": 725,
|
||||
"h": 726,
|
||||
"w": 1280
|
||||
}
|
||||
}
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
"Radio": "../build/modules/radio/Release/radio.dll",
|
||||
"Recorder": "../build/modules/recorder/Release/recorder.dll"
|
||||
"Radio": "../build/radio/Release/radio.dll",
|
||||
"Recorder": "../build/recorder/Release/recorder.dll",
|
||||
"Demo": "../build/demo/Release/demo.dll",
|
||||
"Demo 2": "../build/demo/Release/demo.dll"
|
||||
}
|
Reference in New Issue
Block a user