mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Stop TX transmitting out of allowed frequency range when alarm is activated
This commit is contained in:
@ -31,5 +31,6 @@ void INPUTBOX_Append(const KEY_Code_t Digit)
|
||||
|
||||
if (Digit >= KEY_0 && Digit != KEY_INVALID)
|
||||
gInputBox[gInputBoxIndex++] = (char)(Digit - KEY_0);
|
||||
// gInputBox[gInputBoxIndex++] = Digit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user