mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-03-31 16:25:40 +00:00
最低接收频率调整到15MHz
This commit is contained in:
parent
49d04be340
commit
01e9c3ca5b
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@
|
|||
#include "misc.h"
|
||||
#include "settings.h"
|
||||
#include <assert.h>
|
||||
// the BK4819 has 2 bands it covers, 18MHz ~ 630MHz and 760MHz ~ 1300MHz
|
||||
// the BK4819 has 2 bands it covers, 18MHz(Some BK4819 chips can go down to 15MHz. It's mostly up to binning) ~ 630MHz and 760MHz ~ 1300MHz
|
||||
|
||||
#define BX4819_band1_lower 1800000
|
||||
#define BX4819_band1_lower 1500000
|
||||
#define BX4819_band2_upper 130000000
|
||||
|
||||
const freq_band_table_t BX4819_band1 = {BX4819_band1_lower, 63000000};
|
||||
|
|
Loading…
Add table
Reference in a new issue