diff --git a/morse.cpp b/morse.cpp index 20a1020..babbdaa 100644 --- a/morse.cpp +++ b/morse.cpp @@ -57,6 +57,9 @@ static const PROGMEM struct Morse morse_table[] = { }; static void morseLetter(char c, uint16_t dit_duration_ms){ + if(!globalSettings.morseMenuOn){ + return; + } unsigned char mask = 0x80; //handle space character as three dashes