From fc74a05c90dca70e6e352d77a006d7fea4211ae9 Mon Sep 17 00:00:00 2001 From: Wang Beihong Date: Fri, 6 Mar 2026 13:21:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=85=89=E7=85=A7?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=20GPIO=20=E5=BC=95=E8=84=9A=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E4=B8=BA=20GPIO=5FNUM=5F10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/io_device_control/io_device_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/io_device_control/io_device_control.c b/components/io_device_control/io_device_control.c index 9145083..0ad0cc7 100644 --- a/components/io_device_control/io_device_control.c +++ b/components/io_device_control/io_device_control.c @@ -8,7 +8,7 @@ static const char *TAG = "io_device_control"; #define IO_DEVICE_PUMP_GPIO GPIO_NUM_1 -#define IO_DEVICE_LIGHT_GPIO GPIO_NUM_0 +#define IO_DEVICE_LIGHT_GPIO GPIO_NUM_10 static bool s_inited = false;