Skip to content

Commit

Permalink
Fix issue #49 for switching off CW decoder.
Browse files Browse the repository at this point in the history
  • Loading branch information
guido committed Mar 14, 2021
1 parent c91453a commit f60a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QCX-SSB.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3830,8 +3830,8 @@ int8_t paramAction(uint8_t action, uint8_t id = ALL) // list of parameters
#ifdef SWR_METER
case SWRMETER: paramAction(action, swrmeter, 0x1D, F("SWR Meter"), swr_label, 0, _N(swr_label) - 1, false); break;
#endif
#ifdef FILTER_700HZ
case CWDEC: paramAction(action, cwdec, 0x21, F("CW Decoder"), offon_label, 0, 1, false); break;
#ifdef FILTER_700HZ
case CWTONE: if(dsp_cap) paramAction(action, cw_tone, 0x22, F("CW Tone"), cw_tone_label, 0, 1, false); break;
#endif
#ifdef QCX
Expand Down

0 comments on commit f60a7c7

Please sign in to comment.