ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
347 stars 120 forks source link

This library overlaps with ESPAsyncWebServer #40

Open papadenis opened 4 years ago

papadenis commented 4 years ago

Unfortunately. That library is much more popular, so it's needed to make changes here.

src\esp32_AP.cpp:36:52: error: no matching function for call to 'LinkedList<Error>::LinkedList()'
LinkedList<Error
> ErrorsList = LinkedList<Error*>(); ^ In file included from C:/Users/Nelly/.platformio/lib/ESPAsyncWebServer-esphome/src/ESPAsyncWebServer.h:29:0, from src\esp32_AP.cpp:4:

And so on ...