Fixed small bug in waterfall

This commit is contained in:
AlexandreRouma
2020-11-04 05:08:42 +01:00
parent ef968ac1fb
commit 0a5fd5c271
3 changed files with 48 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
{
"Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/Release/soapy.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"
}