From 753f1e274931177b6daeb391cc4307439aaa6553 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期五, 25 七月 2025 11:27:39 +0800 Subject: [PATCH] 修改电流检测逻辑,现在是1分钟检测一次,然后检测到低电量后会检测10次才会关机,V2.14 --- keil/include/components/internet/src/TONE.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/include/components/internet/src/TONE.c b/keil/include/components/internet/src/TONE.c index 7f5892b..e766dec 100644 --- a/keil/include/components/internet/src/TONE.c +++ b/keil/include/components/internet/src/TONE.c @@ -58,7 +58,7 @@ { // GPIOD->BSRR = 0x0004; //打开TONE电源 //// delay_ms(800); //必要延时,延时是为了避免说不出来第一个字,蜂鸣就不用延时了 -// +// // if((0 == _u32Len) || (HIDO_NULL == _pu8Data)) // { // return HIDO_ERR; -- Gitblit v1.9.3