bportaluri / WiFiEsp

Arduino WiFi library for ESP8266 modules
GNU General Public License v3.0
551 stars 210 forks source link

RingBuffer namespace collision with other libraries #220

Open NachtRaveVL opened 2 years ago

NachtRaveVL commented 2 years ago

The utility class RingBuffer is also defined by other libraries, and compiling with them causes ambiguous class errors during compilation. I would suggest adding a namespace around your library so that you can hide your components from others.