fix: 修正光照设备 GPIO 引脚定义为 GPIO_NUM_10
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
static const char *TAG = "io_device_control";
|
static const char *TAG = "io_device_control";
|
||||||
|
|
||||||
#define IO_DEVICE_PUMP_GPIO GPIO_NUM_1
|
#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;
|
static bool s_inited = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user