CHENJIE-PC\QiXiang_CHENJIE 3 years ago
parent
commit
ba4af1f222
2 changed files with 10 additions and 10 deletions
  1. 1 1
      inc/app.h
  2. 9 9
      src/TcpTask.c

+ 1 - 1
inc/app.h

@@ -51,7 +51,7 @@ extern "C" {
 #define	BLSWVERSION		0x01020000    //BootLoader版本号V1.2.0.0
 #define	DRVSWVERSION		0x01050000     //驱动层版本号V1.4.0.0  驱动层1.5.0.0,增加了三轴
 //#define	APPSWVERSION		0x01020209     
-#define	APPSWVERSION		0x02000108
+#define	APPSWVERSION		0x02000109
 // #define	APPSWVERSION		0x0201000E
 //--------------------------------------------------------------------------------
 

+ 9 - 9
src/TcpTask.c

@@ -308,15 +308,15 @@ static void TcpDataInfoAssembleSend()
             GpsSendFreq = 30/5;
             break;
     }
-    if(VibrationStatus)
-    {
-        GpsSendFreq = 10/5;
-        VibrationStatus = 0x00;
-    }
-    else
-    {
-        GpsSendFreq = 30/5;
-    }    
+    // if(VibrationStatus)
+    // {
+    //     GpsSendFreq = 10/5;
+    //     VibrationStatus = 0x00;
+    // }
+    // else
+    // {
+    //     GpsSendFreq = 30/5;
+    // }    
     if(send_counter%BattSendFreq==0)
     {
         BattMsgtoTcpType BattToTcpInfo;