when I try to comply the library into any project, without using anything, I will always get the same comlier messages: c:\Users\XXX\Documents\Arduino\libraries\WebSockets\src\WebSocketsClient.cpp: In ...
Describe alternatives you've considered Maybe I can also create an intermediate class that extends Arduino's Print class. But than the problem would be that I can't access the write methods of the ...