Per Tillisch

Results 1081 comments of Per Tillisch

From this: ``` Using library FastLED-3.1.8 at version 3.1.6 in folder: /home/jonny/Arduino/libraries/FastLED-3.1.8 ``` I can see you're using https://github.com/FastLED/FastLED. But note the documentation for this project [says](https://github.com/jasoncoon/esp32-fastled-webserver#libraries): >Libraries >- [samguyer/FastLED](https://github.com/samguyer/FastLED)

This was caused by a bug in Arduino's library reference generation system, which has since been fixed. The reference page now correctly only lists boards of the `samd` architecture as...

There is a branch of this library specifically written for Arduino IDE 1.5 and newer that has these issues already fixed: https://github.com/ntruchsess/arduino_uip/tree/Arduino_1.5.x The master branch is for use with Arduino...

See https://github.com/ntruchsess/arduino_uip/pull/165#issuecomment-294115223

This issue has been fixed in the [Arduino_1.5.x branch](https://github.com/ntruchsess/arduino_uip/tree/Arduino_1.5.x): https://github.com/ntruchsess/arduino_uip/commit/9a5c38984e2c2244af1fba5c7bd3d45628158224

Previous discussion here: https://github.com/me-no-dev/arduino-esp32fs-plugin/issues/30 (short answer is that Arduino IDE 2.x is not compatible and you should use Arduino IDE 1.x if you need this tool)

Which board do you have selected in the **Tools > Board** menu?

It appears the `#include ` is completely unnecessary. At a quick glance, I don't see any reason why the actual code of the library wouldn't work on any architecture that...

Talking about an potentially unnecessary incompatibility with non-AVR architectures is reasonable for an issue tracker but now this is going more in the direction of a support request for your...

When you encounter an error you'll see a button on the right side of the orange bar "Copy error messages". Click that button. Paste the error in a message here...