mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
Fixed button/ptt being ignored, re-wrote a keyboard function as well.
This commit is contained in:
@ -583,7 +583,7 @@ void MENU_AcceptSetting(void)
|
||||
|
||||
case MENU_AUTOLK:
|
||||
g_eeprom.auto_keypad_lock = g_sub_menu_selection;
|
||||
g_key_lock_count_down = 30;
|
||||
g_key_lock_count_down_500ms = 30;
|
||||
break;
|
||||
|
||||
case MENU_S_ADD1:
|
||||
@ -1672,6 +1672,7 @@ static void MENU_Key_STAR(const bool key_pressed, const bool key_held)
|
||||
}
|
||||
|
||||
g_ptt_was_released = true;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user