调整日志级别为警告,修改 ws2812_spi 结构体中的 spi_pin 类型为 uint8_t,并优化 GPIO 引脚配置逻辑

This commit is contained in:
LokLiang
2025-04-10 09:52:19 +08:00
parent c79335a2a1
commit 59ca87af0d
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
#include "esp_netif_types.h"
#include "esp_err.h"
#define CONFIG_SYS_LOG_LEVEL SYS_LOG_LEVEL_INF
#define CONFIG_SYS_LOG_LEVEL SYS_LOG_LEVEL_WRN
#define SYS_LOG_DOMAIN "WIFI"
#include "sys_log.h"