I try to start the Demo Code from the NETSGPClient-Lib and I get following Error:
In file included from C:\Users\XXXX\Documents\Arduino\libraries\NETSGPClient\src\AsyncNETSGPClient.cpp:1:0:
C:\Users\XXXX\Documents\Arduino\libraries\NETSGPClient\src\AsyncNETSGPClient.h:3:10: fatal error: set: No such file or directory #include
^~~~~
compilation terminated.
exit status 1
I tested it on Windows and Linux.
Any hints?
Thanks
This library apparently makes use of the Standard Template Library (STL), which is not available for the AVR platform. It will compile for ESP and SAMD platforms.
There are implementations of the STL out there, but it may be tricky to get them working: