You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I modify esp-matter-main\examples\light example,just add:
#define BSP_LED_NUM 1
Then compile with errors.
Environment
ESP-Matter Commit Id: main
ESP-IDF Commit Id: v5.1.2
SoC (eg: ESP32 or ESP32-C3):ESP32-C3)
Device Logs (Please attach the log file): error log.txt
Host Machine OS:Ubuntu
Commissioner app and versions if present:
Commissioner's logs if present:
Any additional details
...
would somebody can help? Thanks!
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
run esp-matter-main\examples\light example failed
run esp-matter-main\examples\light example failed (CON-1053)
Feb 19, 2024
@wangwenxue1989 This should not happen, error says SET_HUE and SET_SATURATION are not defined. Could you please check if you missed to include some header in your project? Or share the patch that you have created on example/light.
Describe the bug
I modify esp-matter-main\examples\light example,just add:
#define BSP_LED_NUM 1
Then compile with errors.
Environment
error log.txt
Any additional details
...
would somebody can help? Thanks!
The text was updated successfully, but these errors were encountered: