0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 14:21:25 +03:00

restored AM fix RSSI compensation

This commit is contained in:
OneOfEleven 2023-11-05 19:13:57 +00:00
parent fb2891f11e
commit 626c0030a8
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#include "functions.h"
#include "misc.h"
//#define SET_RSSI_COMP
#define SET_RSSI_COMP
typedef struct
{
@ -107,7 +107,7 @@ static const t_gain_table gain_table[] =
{0x035E, -17} // 4 .. 3 2 3 6 .. 0dB -14dB 0dB -3dB .. -17dB original
};
static const unsigned int original_index = 1;
static const unsigned int original_index = 3;
#else
{0x0000, -98}, // 1 .. 0 0 0 0 .. -33dB -24dB -8dB -33dB .. -98dB

Binary file not shown.

Binary file not shown.