Skip to content

Commit

Permalink
'connpgm' is not being loaded from rpt.config (#337)
Browse files Browse the repository at this point in the history
The connpgm setting is not being loaded from rpt.conf.

This closes #336.
  • Loading branch information
KB4MDD authored Jul 6, 2024
1 parent fc43fbc commit 5db69c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app_rpt/rpt_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ void load_rpt_vars(int n, int init)
val = ast_variable_retrieve(cfg, cat, "linkmongain");
rpt_vars[n].p.linkmongain = pow(10.0, atof(S_OR(val, DEFAULT_LINKMONGAIN)) / 20.0);

RPT_CONFIG_VAR(connpgm, "connpgm");
RPT_CONFIG_VAR(discpgm, "discpgm");
RPT_CONFIG_VAR(mdclog, "mdclog");
RPT_CONFIG_VAR_BOOL(lnkactenable, "lnkactenable");
Expand Down

0 comments on commit 5db69c6

Please sign in to comment.