freertos/FreeRTOS.h:no such file or directory

Today I was trying to use the library "Freenove_WS2812_Lib_for_ESP32' for my 4x4 led matrix and I keep getting the error"In file included from C:\Users\overb\Documents\Arduino\led matrix\led matrix.ino:1:0:
C:\Users\overb\Documents\Arduino\libraries\Freenove_WS2812_Lib_for_ESP32\src/Freenove_WS2812_Lib_for_ESP32.h:18:10: fatal error: freertos/FreeRTOS.h: No such file or directory
#include "freertos/FreeRTOS.h"
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: exit status 1
"
so?

Hi @edy_manz-zz-z. Which version of Arduino IDE are you using (e.g., "2.0.1")? The version is shown on the window title bar and also in the Help > About dialog.

I ask for this information because I want to give you the appropriate instructions for the IDE version you are using.

the version that I am using is 2.0.3

It's fixed, i will just use the adafruit neopixel library. Tysm for trying to help!

I'm glad it is working now.

Regards,
Per

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.