fix: 修正光照设备 GPIO 引脚定义为 GPIO_NUM_10

This commit is contained in:
Wang Beihong
2026-03-06 13:21:44 +08:00
parent 6782af2d4a
commit fc74a05c90

View File

@@ -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;