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:
@ -10,7 +10,7 @@ extern const uint8_t BITMAP_RX[8];
|
||||
|
||||
extern const uint8_t BITMAP_BATTERY_LEVEL[17];
|
||||
|
||||
extern const uint8_t BITMAP_USB_C[9];
|
||||
extern const uint8_t BITMAP_USB_C[8];
|
||||
|
||||
extern const uint8_t BITMAP_KEYLOCK[6];
|
||||
|
||||
@ -26,13 +26,15 @@ extern const uint8_t BITMAP_F_KEY[6];
|
||||
extern const uint8_t BITMAP_XB[12];
|
||||
#endif
|
||||
|
||||
extern const uint8_t BITMAP_TDR1[12];
|
||||
extern const uint8_t BITMAP_TDR2[12];
|
||||
extern const uint8_t BITMAP_TDR_RUNNING[12];
|
||||
extern const uint8_t BITMAP_TDR_HOLDING[12];
|
||||
|
||||
#ifdef ENABLE_VOICE
|
||||
extern const uint8_t BITMAP_VOICE_PROMPT[9];
|
||||
#endif
|
||||
|
||||
extern const uint8_t BITMAP_MONITOR[6];
|
||||
|
||||
#ifdef ENABLE_FMRADIO
|
||||
extern const uint8_t BITMAP_FM[12];
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user