Fix issue #23
This commit is contained in:
@@ -710,6 +710,9 @@ static void CheckRadioInterrupts(void)
|
|||||||
if (interrupts.sqlLost) {
|
if (interrupts.sqlLost) {
|
||||||
g_SquelchLost = true;
|
g_SquelchLost = true;
|
||||||
BK4819_ToggleGpioOut(BK4819_GPIO6_PIN2_GREEN, true);
|
BK4819_ToggleGpioOut(BK4819_GPIO6_PIN2_GREEN, true);
|
||||||
|
#ifdef ENABLE_FEAT_F4HWN
|
||||||
|
gRxTimerCountdown_500ms = 7200;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (interrupts.sqlFound) {
|
if (interrupts.sqlFound) {
|
||||||
|
@@ -799,8 +799,6 @@ void UI_DisplayMain(void)
|
|||||||
#ifdef ENABLE_FEAT_F4HWN
|
#ifdef ENABLE_FEAT_F4HWN
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
gRxTimerCountdown_500ms = 7200;
|
|
||||||
|
|
||||||
if(RxOnVfofrequency == frequency && !isMainOnly(false))
|
if(RxOnVfofrequency == frequency && !isMainOnly(false))
|
||||||
{
|
{
|
||||||
UI_PrintStringSmallNormal(">>", 14, 0, line);
|
UI_PrintStringSmallNormal(">>", 14, 0, line);
|
||||||
|
Reference in New Issue
Block a user