diff --git a/QCX-SSB.ino b/QCX-SSB.ino index 6fdd59a..5d32bec 100644 --- a/QCX-SSB.ino +++ b/QCX-SSB.ino @@ -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