Commit 64fc48fe authored by 薛晓虎's avatar 薛晓虎

perf: 内部版本号日期;删除旧版版本号,屏蔽调试代码

parent 90ec0dd3
...@@ -347,10 +347,10 @@ void Uart_Send_Id12_Pro(void ) ...@@ -347,10 +347,10 @@ void Uart_Send_Id12_Pro(void )
ID12[17] = time->u8Sec; ID12[17] = time->u8Sec;
} }
if(ID12[15] != 0xff) // if(ID12[15] != 0xff)
{ // {
// printf("hour = %d, minute = %d, SEC = %d\n", ID12[15], ID12[16], ID12[17]); // printf("hour = %d, minute = %d, SEC = %d\n", ID12[15], ID12[16], ID12[17]);
} // }
Protocol_Send(0x12, ID12, PROTOCOL_ID_12_DATA_LEN); Protocol_Send(0x12, ID12, PROTOCOL_ID_12_DATA_LEN);
} }
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "bt_app_hf.h" #include "bt_app_hf.h"
static const float Inter_SW = 1.1; // const float Inter_SW = 1.1;
#define TAG "MAIN_USER" #define TAG "MAIN_USER"
extern esp_bd_addr_t peer_addr; extern esp_bd_addr_t peer_addr;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#define BL_INTERNAL_SW_YEAR 24 #define BL_INTERNAL_SW_YEAR 24
#define BL_INTERNAL_SW_MONTH 7 #define BL_INTERNAL_SW_MONTH 7
#define BL_INTERNAL_SW_DAY 18 #define BL_INTERNAL_SW_DAY 22
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment