From d6df5a740882f145375127464c054ecf2c3c06cf Mon Sep 17 00:00:00 2001 From: Sucareto <28331534+Sucareto@users.noreply.github.com> Date: Wed, 26 May 2021 21:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8default=E5=A4=84=E7=90=86?= =?UTF-8?q?=E6=9C=AA=E7=9F=A5cmd=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Arduino-Aime-Reader.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Arduino-Aime-Reader.ino b/Arduino-Aime-Reader.ino index b8cce4d..a765698 100644 --- a/Arduino-Aime-Reader.ino +++ b/Arduino-Aime-Reader.ino @@ -47,10 +47,10 @@ void SerialCheck() { case SG_RGB_CMD_SET_COLOR: sg_led_cmd_set_color(); break; - // case 0: - // break; - // default: - // sg_res_init(); + case 0: + break; + default: + sg_res_init(); } }