-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I have a project that compiles just fine on avr and ESP8266, but not on ESP32. When I compile my project on ESP32 I get an error about redefining select?
/home/bakers/Arduino/libraries/PrintEx/src/lib/TypeTraits.h:78:55: error: 'template<bool V, class T, class U> struct select' redeclared as different kind of symbol
template< bool V, typename T, typename U > struct select { typedef U type; };
It's either from one of the core ESP32 IP libraries, or the ESP32 WebServer library. I don't know how to dig any deeper as the error message is a little beyond me. I'm glad to help test troubleshoot if you can tell me where to start.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels