PrintEx
PrintEx copied to clipboard
Failing to compile on PlatformIO (Arduino)
I get the following erros when trying to compile this library sing Vscode and PlatformIO.
Just including the library, with an empty sketch.
'template<bool V, class T, class U> struct select' redeclared as different kind of symbol
'select' is not a class template
'template<class T, class U> struct select' redeclared as different kind of symbol
Any ideas?