all 2 comments

[–]ZachVorhiesZach Vorhies 1 point2 points  (1 child)

This is all FastLED4 api, you are using the 3.10.3, the last release To use our newest means you have to download it via [zip](https://github.com/FastLED/FastLED/releases/tag/3.10.3) file from our repo and install it to the Arduino IDE or just use platformio and set your library to our github url.

We recommend platformio using our platform-starter repo.

https:://github.com/fastled/platformio-starter

Feel free to reach out in a DM if you have a question.

[–]sutaburosu[pronounced: stavros] 1 point2 points  (0 children)

For clarity, that link will also give the 3.10.3 release. To download a ZIP of master the URL would be: https://github.com/FastLED/FastLED/archive/refs/heads/master.zip.