feat(lora): Lora中心频率改为470.1~492.6MHz共46信道(500kHz步进)+校验范围同步 软件版本V1.2

This commit is contained in:
2026-09-02 12:32:21 +08:00
parent 68a5a185fc
commit a6c8cd8a71
4 changed files with 57 additions and 22 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ void GateWayInit(void)
}
if(LoraSetFreqCent(GateWay.ConfigPara.Lora.FreqCent) == false)
{
GateWay.ConfigPara.Lora.FreqCent = 433100000;
GateWay.ConfigPara.Lora.FreqCent = 470100000;
LoraSetFreqCent(GateWay.ConfigPara.Lora.FreqCent);
}
if(LoraSetPower(GateWay.ConfigPara.Lora.ucPower) == false) {