mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-29 06:41:25 +03:00
github grrr
This commit is contained in:
parent
2dbecf6440
commit
25ce0a35e5
3
am_fix.c
3
am_fix.c
@ -361,7 +361,8 @@ const uint8_t orig_pga = 6; // -3dB
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// sample the current RSSI level, average it with the previous rssi
|
// sample the current RSSI level
|
||||||
|
// average it with the previous rssi
|
||||||
rssi[vfo].level = (rssi[vfo].prev_level + BK4819_GetRSSI()) >> 1;
|
rssi[vfo].level = (rssi[vfo].prev_level + BK4819_GetRSSI()) >> 1;
|
||||||
rssi[vfo].prev_level = BK4819_GetRSSI();
|
rssi[vfo].prev_level = BK4819_GetRSSI();
|
||||||
|
|
||||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user