From fde22d08ab6e59d7ad75fd3f53fbd8f2c52e9a5b Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 26 Aug 2023 11:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4debuglight=E9=97=AA=E7=83=81?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chip/chip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip/chip.cpp b/chip/chip.cpp index 356cd2a..120a100 100644 --- a/chip/chip.cpp +++ b/chip/chip.cpp @@ -26,7 +26,7 @@ void chip_init(chip_cfg_t *cfg) { if (g_debuglight_pin == PinNull) return; g_debuglight.toggleState(); }, - 100); + 300); ZLOGI("SYS", "chip init ok"); ZLOGI("SYS", "= manufacturer : %s", MANUFACTURER);