ivanseidel / LinkedList

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

has no member named 'length' #67

Open Dowan35 opened 10 months ago

Dowan35 commented 10 months ago

When trying to compile an esp32 wroom with arduino uno with the library AsyncTCP I have this error:

Documents\Arduino\libraries\ESPAsyncWebServer-master\src/AsyncEventSource.h:89:59: error: 'const class LinkedList<AsyncEventSourceMessage*>' has no member named 'length' 89 | size_t packetsWaiting() const { return _messageQueue.length(); } | ^~

thanks for your help