You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, I remember this symptom, IIRC it was because this library ended up including the Arduino core new.h header or something rather than the StandardCplusplus version, and the former does not define _UCXXEXPORT.
The same thing happened in ArduinoSTL. See mike-matera/ArduinoSTL#56 (comment) for some background, and mike-matera/ArduinoSTL#82 for my proposed (but unmerged) fix for ArduinoSTL (which could probably be adapted to StandardCpluplus as well, but I won't have time for that).
I'm trying to use the library, but I'm facing this bug.
My OS is Debian 12
My Arduino IDE is 1.8.19
nilson@acerAspire:~$ apt list arduino Listing... Pronto arduino/stable,now 2:1.8.19+dfsg1-1 amd64 [installed]
The text was updated successfully, but these errors were encountered: