mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-10 11:05:22 +02:00
Added CW tone option plus clean up
This commit is contained in:
@ -24,10 +24,6 @@ namespace demod {
|
||||
// Load config
|
||||
_config->acquire();
|
||||
bool modified = false;
|
||||
if (!config->conf[name].contains(getName())) {
|
||||
config->conf[name][getName()]["stereo"] = false;
|
||||
modified = true;
|
||||
}
|
||||
if (config->conf[name][getName()].contains("stereo")) {
|
||||
stereo = config->conf[name][getName()]["stereo"];
|
||||
}
|
||||
|
Reference in New Issue
Block a user