Skip to content

Commit

Permalink
频率扩展到硬件灵敏度极限
Browse files Browse the repository at this point in the history
  • Loading branch information
silenty4ng committed Jan 14, 2024
1 parent f75faa4 commit 31939ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frequencies.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define BX4819_band2_upper 130000000

const freq_band_table_t BX4819_band1 = {BX4819_band1_lower, 63000000};
const freq_band_table_t BX4819_band2 = {84000000, BX4819_band2_upper};
const freq_band_table_t BX4819_band2 = {76000000, BX4819_band2_upper};

const freq_band_table_t frequencyBandTable[] =
{
Expand Down

0 comments on commit 31939ab

Please sign in to comment.