mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-22 19:03:33 +00:00
Fix delayed on-screen RSSI level update
This commit is contained in:
parent
74b597a6ce
commit
18409ddd01
16
app/app.c
16
app/app.c
@ -115,7 +115,9 @@ static void APP_CheckForIncoming(void)
|
||||
{
|
||||
FUNCTION_Select(FUNCTION_INCOMING);
|
||||
//gUpdateDisplay = true;
|
||||
gUpdateRSSI = true;
|
||||
|
||||
updateRSSI(gEeprom.RX_CHANNEL);
|
||||
gUpdateRSSI = true;
|
||||
}
|
||||
|
||||
return;
|
||||
@ -129,7 +131,9 @@ static void APP_CheckForIncoming(void)
|
||||
{
|
||||
FUNCTION_Select(FUNCTION_INCOMING);
|
||||
//gUpdateDisplay = true;
|
||||
gUpdateRSSI = true;
|
||||
|
||||
updateRSSI(gEeprom.RX_CHANNEL);
|
||||
gUpdateRSSI = true;
|
||||
}
|
||||
return;
|
||||
}
|
||||
@ -149,7 +153,9 @@ static void APP_CheckForIncoming(void)
|
||||
{
|
||||
FUNCTION_Select(FUNCTION_INCOMING);
|
||||
//gUpdateDisplay = true;
|
||||
gUpdateRSSI = true;
|
||||
|
||||
updateRSSI(gEeprom.RX_CHANNEL);
|
||||
gUpdateRSSI = true;
|
||||
}
|
||||
return;
|
||||
}
|
||||
@ -164,7 +170,9 @@ static void APP_CheckForIncoming(void)
|
||||
{
|
||||
FUNCTION_Select(FUNCTION_INCOMING);
|
||||
//gUpdateDisplay = true;
|
||||
gUpdateRSSI = true;
|
||||
|
||||
updateRSSI(gEeprom.RX_CHANNEL);
|
||||
gUpdateRSSI = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user