mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-23 03:08:15 +00:00
Fix delayed on-screen RSSI level update
This commit is contained in:
parent
74b597a6ce
commit
18409ddd01
@ -115,6 +115,8 @@ static void APP_CheckForIncoming(void)
|
||||
{
|
||||
FUNCTION_Select(FUNCTION_INCOMING);
|
||||
//gUpdateDisplay = true;
|
||||
|
||||
updateRSSI(gEeprom.RX_CHANNEL);
|
||||
gUpdateRSSI = true;
|
||||
}
|
||||
|
||||
@ -129,6 +131,8 @@ static void APP_CheckForIncoming(void)
|
||||
{
|
||||
FUNCTION_Select(FUNCTION_INCOMING);
|
||||
//gUpdateDisplay = true;
|
||||
|
||||
updateRSSI(gEeprom.RX_CHANNEL);
|
||||
gUpdateRSSI = true;
|
||||
}
|
||||
return;
|
||||
@ -149,6 +153,8 @@ static void APP_CheckForIncoming(void)
|
||||
{
|
||||
FUNCTION_Select(FUNCTION_INCOMING);
|
||||
//gUpdateDisplay = true;
|
||||
|
||||
updateRSSI(gEeprom.RX_CHANNEL);
|
||||
gUpdateRSSI = true;
|
||||
}
|
||||
return;
|
||||
@ -164,6 +170,8 @@ static void APP_CheckForIncoming(void)
|
||||
{
|
||||
FUNCTION_Select(FUNCTION_INCOMING);
|
||||
//gUpdateDisplay = 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