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
I get this error: Error: Unknown type name 'TLSSocket'; did you mean 'TCPSocket'? in "main.cpp", Line: 16, Col: 5 when I run try to open a TLSSocket socket; instead of a TCPSocket socket; for a secure connection with my MQTT broker. Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
I get this error: Error: Unknown type name 'TLSSocket'; did you mean 'TCPSocket'? in "main.cpp", Line: 16, Col: 5 when I run try to open a
TLSSocket socket;
instead of aTCPSocket socket;
for a secure connection with my MQTT broker. Any ideas how to fix this?The text was updated successfully, but these errors were encountered: