Fixed scripting + cleaner code + fixed RTLTCP

This commit is contained in:
AlexandreRouma
2020-10-07 22:44:54 +02:00
parent 46d5b8a750
commit 3b6a3ff94d
33 changed files with 274 additions and 100 deletions

View File

@ -3,7 +3,7 @@
"bandPlan": "General",
"bandPlanEnabled": true,
"fftHeight": 300,
"frequency": 96571704,
"frequency": 96035792,
"max": 0.0,
"maximized": false,
"menuOrder": [
@ -21,7 +21,7 @@
"source": "",
"sourceSettings": {},
"windowSize": {
"h": 720,
"w": 1280
"h": 1053,
"w": 959
}
}

View File

@ -1,7 +1,6 @@
{
"Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/Release/soapy.dll",
"FileSource": "./file_source/Release/file_source.dll",
"RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll"
"Radio": "./radio/radio.so",
"Recorder": "./recorder/recorder.so",
"Soapy": "./soapy/soapy.so",
"RTLTCPSource": "./rtl_tcp_source/rtl_tcp_source.so"
}