mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Can now interrupt RF scanning with any other function
This commit is contained in:
@ -27,8 +27,8 @@ int MENU_GetLimits(uint8_t Cursor, int32_t *pMin, int32_t *pMax);
|
||||
void MENU_AcceptSetting(void);
|
||||
void MENU_SelectNextCode(void);
|
||||
void MENU_ShowCurrentSetting(void);
|
||||
void MENU_StartCssScan(int8_t Direction);
|
||||
void MENU_StopCssScan(void);
|
||||
void MENU_start_css_scan(int8_t Direction);
|
||||
void MENU_stop_css_scan(void);
|
||||
|
||||
void MENU_process_key(key_code_t Key, bool key_pressed, bool key_held);
|
||||
|
||||
|
Reference in New Issue
Block a user