From b30026ab8adb4baa197a90e5fd117a03fd0128d8 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期三, 23 七月 2025 14:01:08 +0800 Subject: [PATCH] 初步增加新的lora网关升级功能,但lora功率不对,不可用的测试版 --- keil/include/components/hido/Include/HIDO_Timer.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keil/include/components/hido/Include/HIDO_Timer.h b/keil/include/components/hido/Include/HIDO_Timer.h index 3ec5fb5..dc8eab4 100644 --- a/keil/include/components/hido/Include/HIDO_Timer.h +++ b/keil/include/components/hido/Include/HIDO_Timer.h @@ -14,8 +14,8 @@ HIDO_TimerFunc m_fnTimerProc; }HIDO_TimerStruct; -#define HIDO_TIMER_TICK_S(s) ((s) * 2) -#define HIDO_TIMER_TICK_MS(ms) ((ms) / 500) +#define HIDO_TIMER_TICK_S(s) ((s) * 1) +#define HIDO_TIMER_TICK_MS(ms) ((ms) / 1000) #define HIDO_TIMER_TYPE_ONCE 0 #define HIDO_TIMER_TYPE_LOOP 1 -- Gitblit v1.9.3