mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
ctcss phase stuff + fast manual freq up/dn scanning update
This commit is contained in:
4
misc.c
4
misc.c
@ -201,10 +201,14 @@ bool g_flag_save_channel;
|
||||
#ifdef ENABLE_FMRADIO
|
||||
bool g_flag_save_fm;
|
||||
#endif
|
||||
|
||||
bool g_cdcss_lost;
|
||||
uint8_t g_cdcss_code_type;
|
||||
bool g_ctcss_lost;
|
||||
bool g_cxcss_tail_found;
|
||||
uint8_t g_ctcss_tail_phase_shift_rx;
|
||||
|
||||
|
||||
#ifdef ENABLE_VOX
|
||||
bool g_vox_lost;
|
||||
bool g_vox_noise_detected;
|
||||
|
Reference in New Issue
Block a user