|
@@ -249,6 +249,7 @@ static void TcpDataInfoAssembleSend()
|
|
|
case BATT_CHARGE_SYM:
|
|
|
{
|
|
|
BattSendFreq = AppDataInfo.BattInfoSendFreqHigh;
|
|
|
+ BattSendFreq = 1;
|
|
|
GpsSendFreq = AppDataInfo.PosInfoSendFreqLow;
|
|
|
DebugFeq = BattSendFreq;
|
|
|
break;
|
|
@@ -256,6 +257,7 @@ static void TcpDataInfoAssembleSend()
|
|
|
case BATT_DISCHARGE_SYM:
|
|
|
{
|
|
|
BattSendFreq = AppDataInfo.BattInfoSendFreqLow;
|
|
|
+ BattSendFreq = 1;
|
|
|
GpsSendFreq = AppDataInfo.PosInfoSendFreqHigh;
|
|
|
#if APPSWRELEASE == 1
|
|
|
DebugFeq = BattSendFreq;
|
|
@@ -273,8 +275,6 @@ static void TcpDataInfoAssembleSend()
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
- BattSendFreq = 1;
|
|
|
- DebugFeq = BattSendFreq;
|
|
|
if (getbit(PadInterrupt, 3) == 1 || getbit(PadInterrupt, 4) == 1) //有震动产生,提高位置信息发送频率
|
|
|
{
|
|
|
GpsSendFreq = AppDataInfo.PosInfoSendFreqHigh;
|