We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6575af1 commit ae996ceCopy full SHA for ae996ce
src/ArduinoIoTCloudTCP.h
@@ -150,7 +150,7 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
150
#endif
151
152
#if defined(BOARD_HAS_OFFLOADED_ECCX08)
153
- WiFiSSLClient _sslClient;
+ WiFiBearSSLClient _sslClient;
154
#elif defined(BOARD_HAS_ECCX08)
155
BearSSLClient _sslClient;
156
#elif defined(ARDUINO_PORTENTA_C33)
0 commit comments