From da4743257980448c8e5de958d63c381ee7118359 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期三, 07 六月 2023 15:52:55 +0800
Subject: [PATCH] V1.64 重大更新 1.修改初始化代码,降低设备待机功耗到100ua(原来500ua)。 2.待机模式(无标签)5秒测距一次。 3.增加基站心跳包功能,携带基站版本号,功率,小组ID,电量,校准距离等参数,每分钟输出一次。

---
 MDK-ARM/L051/L051.build_log.htm |   44 ++++++++++++++++++--------------------------
 1 files changed, 18 insertions(+), 26 deletions(-)

diff --git a/MDK-ARM/L051/L051.build_log.htm b/MDK-ARM/L051/L051.build_log.htm
index 9fd3216..42c0c07 100644
--- a/MDK-ARM/L051/L051.build_log.htm
+++ b/MDK-ARM/L051/L051.build_log.htm
@@ -21,8 +21,8 @@
 Dialog DLL:      TARMCM1.DLL V1.14.1.0
  
 <h2>Project:</h2>
-E:\GIT\XRange_Tag\MDK-ARM\L051.uvprojx
-Project File Date:  11/04/2022
+E:\GIT\XRange_Tag - 副本\MDK-ARM\L051.uvprojx
+Project File Date:  06/05/2023
 
 <h2>Output:</h2>
 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
@@ -32,43 +32,35 @@
   void LIS3DH_ENTER_STY_Init();
 ..\Src\OnChipDevices\Flash.h(3): warning:  #47-D: incompatible redefinition of macro "FLASH_SIZE"  (declared at line 125 of "../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash.h")
   #define FLASH_SIZE       		(uint32_t)0x10000
-../Src/main.c(157): warning:  #223-D: function "printf" declared implicitly
-  		printf("进入升级模式\r\n");
-../Src/main.c(160): warning:  #223-D: function "delay_ms" declared implicitly
-  	delay_ms(100);
-../Src/main.c(170): warning:  #223-D: function "delay_ms" declared implicitly
-  			delay_ms(100);
-../Src/main.c(177): warning:  #223-D: function "delay_ms" declared implicitly
-  			delay_ms(100);
-../Src/main.c(117): warning:  #177-D: variable "current_time"  was declared but never referenced
+../Src/main.c(143): warning:  #177-D: variable "current_time"  was declared but never referenced
   {u16 current_time;
-../Src/main.c(193): warning:  #177-D: variable "lptime"  was declared but never referenced
+../Src/main.c(191): warning:  #177-D: variable "lptime"  was declared but never referenced
     int32_t lpcount,lptime,target_time;
-../Src/main.c(193): warning:  #177-D: variable "target_time"  was declared but never referenced
+../Src/main.c(191): warning:  #177-D: variable "target_time"  was declared but never referenced
     int32_t lpcount,lptime,target_time;
-../Src/main.c(288): warning:  #186-D: pointless comparison of unsigned integer with zero
+../Src/main.c(291): warning:  #186-D: pointless comparison of unsigned integer with zero
   		if(module_power<0)
-../Src/main.c(298): warning:  #223-D: function "printf" declared implicitly
-  	printf("标签ID: %d .\r\n",dev_id);
-../Src/main.c(244): warning:  #177-D: variable "temp"  was declared but never referenced
+../Src/main.c(301): warning:  #223-D: function "printf" declared implicitly
+      printf("固件版本: 免布线基站 V%d.%d. \r\n",g_com_map[VERSION]>>8,g_com_map[VERSION]&0xff);
+../Src/main.c(242): warning:  #177-D: variable "temp"  was declared but never referenced
   {	float temp;
-../Src/main.c(245): warning:  #177-D: variable "temp2"  was declared but never referenced
+../Src/main.c(243): warning:  #177-D: variable "temp2"  was declared but never referenced
   	uint16_t temp2;
-../Src/main.c(246): warning:  #177-D: variable "i"  was declared but never referenced
+../Src/main.c(244): warning:  #177-D: variable "i"  was declared but never referenced
   	uint16_t i;
-../Src/main.c(343): warning:  #177-D: variable "bat_count"  was declared but never referenced
+../Src/main.c(337): warning:  #177-D: variable "bat_count"  was declared but never referenced
       static uint16_t bat_count = 0;
-../Src/main.c(430): warning:  #177-D: variable "blink_count"  was declared but never referenced
+../Src/main.c(436): warning:  #177-D: variable "blink_count"  was declared but never referenced
   	{ static uint16_t blink_count=0;
-../Src/main.c(771): warning:  #223-D: function "Usart1InitVariables" declared implicitly
+../Src/main.c(804): warning:  #223-D: function "Usart1InitVariables" declared implicitly
   	Usart1InitVariables();
 ../Src/main.c(308): warning:  #177-D: function "SystemPower_Config"  was declared but never referenced
   static void SystemPower_Config(void)
-../Src/main.c: 18 warnings, 0 errors
+../Src/main.c: 14 warnings, 0 errors
 linking...
-Program Size: Code=20832 RO-data=396 RW-data=280 ZI-data=6480  
+Program Size: Code=22088 RO-data=908 RW-data=320 ZI-data=6848  
 FromELF: creating hex file...
-"L051\L051.axf" - 0 Error(s), 18 Warning(s).
+"L051\L051.axf" - 0 Error(s), 14 Warning(s).
 
 <h2>Software Packages used:</h2>
 
@@ -91,7 +83,7 @@
 <h2>Collection of Component Files used:</h2>
 
    * Component: ARM::CMSIS:CORE:5.5.0
-Build Time Elapsed:  00:00:01
+Build Time Elapsed:  00:00:02
 </pre>
 </body>
 </html>

--
Gitblit v1.9.3