Skip to content

Commit

Permalink
Update config.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jun 14, 2024
1 parent d252e8b commit 1e1252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ bool load_config(string config_file, Config &config, gr::top_block_sptr &tb, std
double digital_levels = element.value("digitalLevels", 1.0);
double analog_levels = element.value("analogLevels", 8.0);
double squelch_db = element.value("squelch", -160.0);
int max_dev = element.value("maxDev", 6000);
int max_dev = element.value("maxDev", 5000);
double filter_width = element.value("filterWidth", 1.0);
bool conversation_mode = element.value("conversationMode", true);
bool mod_exists = element.contains("modulation");
Expand Down

0 comments on commit 1e1252f

Please sign in to comment.