0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

RSSI calibration data usage fixed

This commit is contained in:
OneOfEleven
2023-10-14 09:43:53 +01:00
parent c115099704
commit 373f747824
15 changed files with 133 additions and 138 deletions

View File

@ -70,10 +70,10 @@ void FUNCTION_Init(void)
g_flag_tail_tone_elimination_complete = false;
g_tail_tone_elimination_count_down_10ms = 0;
g_found_CTCSS = false;
g_found_CDCSS = false;
g_found_CTCSS_count_down_10ms = 0;
g_found_CDCSS_count_down_10ms = 0;
g_found_ctcss = false;
g_found_cdcss = false;
g_found_ctcss_count_down_10ms = 0;
g_found_cdcss_count_down_10ms = 0;
g_end_of_rx_detected_maybe = false;
#ifdef ENABLE_NOAA