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;