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
For PlatformIO and ESP32-C6, at least for the Seeed XIAO ESP32-C6 with the Arduino framework, it seems that an additional include in hal/uart.c is needed for it to compile:
#include "soc/lp_clkrst_struct.h"
See also #162 and the related PR #158 .
Adding the include fixes the compilation, but I haven't tested this with real DMX hardware yet.
For PlatformIO and ESP32-C6, at least for the Seeed XIAO ESP32-C6 with the Arduino framework, it seems that an additional include in hal/uart.c is needed for it to compile:
See also #162 and the related PR #158 .
Adding the include fixes the compilation, but I haven't tested this with real DMX hardware yet.
Using this PlatformIO environment:
The text was updated successfully, but these errors were encountered: