mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-08-01 13:46:08 +02:00
Switched to new cleaner argument system
This commit is contained in:
CMakeLists.txt
android/app/src/main/java
core
backends
android
src
decoder_modules
falcon9_decoder
src
kg_sstv_decoder
m17_decoder
src
meteor_demodulator
src
radio
src
weather_sat_decoder
src
misc_modules
sink_modules
android_audio_sink
src
audio_sink
src
network_sink
src
new_portaudio_sink
src
source_modules
airspy_source
src
airspyhf_source
src
bladerf_source
src
file_source
src
hackrf_source
src
limesdr_source
src
plutosdr_source
src
rfspace_source
src
rtl_sdr_source
src
rtl_tcp_source
src
sddc_source
src
sdrplay_source
src
sdrpp_server_source
src
soapy_source
src
spyserver_source
src
@ -10,7 +10,6 @@
|
||||
#include <SoapySDR/Logger.hpp>
|
||||
#include <core.h>
|
||||
#include <gui/style.h>
|
||||
#include <options.h>
|
||||
#include <gui/smgui.h>
|
||||
|
||||
#define CONCAT(a, b) ((std::string(a) + b).c_str())
|
||||
@ -525,7 +524,7 @@ private:
|
||||
};
|
||||
|
||||
MOD_EXPORT void _INIT_() {
|
||||
config.setPath(options::opts.root + "/soapy_source_config.json");
|
||||
config.setPath(core::args["root"].s() + "/soapy_source_config.json");
|
||||
json defConf;
|
||||
defConf["device"] = "";
|
||||
defConf["devices"] = json({});
|
||||
|
Reference in New Issue
Block a user