From b2609ffef136a34774f23388b0371a50ca2a4286 Mon Sep 17 00:00:00 2001 From: projectuser <projectuser@leon056.com> Date: 星期一, 08 七月 2019 17:32:22 +0800 Subject: [PATCH] 修复一些BUG --- src/LedShow.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LedShow.h b/src/LedShow.h index 45ac325..4ad3a89 100644 --- a/src/LedShow.h +++ b/src/LedShow.h @@ -11,7 +11,7 @@ #include <Wire.h> /// led闪烁的时间间隔快慢 -#define HOLDTIME_QUICKLY 500 +#define HOLDTIME_QUICKLY 200 #define HOLDTIME_NORMAL 1000 #define HOLDTIME_SLOW 2000 -- Gitblit v1.8.0