Hi - I am trying out thingsboard and find that when I try to compile any of the examples I get what is possibly a library conflict with existing libraries installed:
Some of the(many) messages reads:
In file included from C:\Users\Richard\Documents\Arduino\libraries\ThingsBoard\examples\0000-arduino_send_telemetry\0000-arduino_send_telemetry.ino:8:
C:\Users\Richard\Documents\Arduino\libraries\ThingsBoard\src/ThingsBoard.h:28:16: error: default template arguments may not be used in template friend declarations
28 | friend class ThingsBoardSized;
0000-arduino_send_telemetry:32:1: error: 'ThingsBoard' does not name a type; did you mean 'ThingsBoard_h'?
32 | ThingsBoard tb(espClient);
I am trying to compile the example 0000-arduino_send_telemetry.ino for a esp8266
thanks
regards
Russell