0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 06:11:24 +03:00

github grrr

This commit is contained in:
OneOfEleven 2023-09-25 19:11:14 +01:00
parent 2dbecf6440
commit 25ce0a35e5
3 changed files with 2 additions and 1 deletions

View File

@ -361,7 +361,8 @@ const uint8_t orig_pga = 6; // -3dB
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].prev_level = BK4819_GetRSSI();

Binary file not shown.

Binary file not shown.