From 01e9c3ca5b6e118a2a5e30221b32386b9bbca3e4 Mon Sep 17 00:00:00 2001
From: Silent YANG <yang@vicicode.com>
Date: Sat, 13 Jan 2024 19:57:57 -0800
Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E4=BD=8E=E6=8E=A5=E6=94=B6=E9=A2=91?=
 =?UTF-8?q?=E7=8E=87=E8=B0=83=E6=95=B4=E5=88=B015MHz?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 frequencies.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frequencies.c b/frequencies.c
index 56855cb..4019df3 100644
--- a/frequencies.c
+++ b/frequencies.c
@@ -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};