Added CW tone option plus clean up

This commit is contained in:
AlexandreRouma
2022-01-29 16:55:31 +01:00
parent 5e5c575e93
commit 860121dad2
2 changed files with 23 additions and 6 deletions

View File

@ -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"];
}