Skip to content

Commit

Permalink
Fix: use WiFiBearSSLClient for boards with offloaded ECCX08
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Mar 5, 2024
1 parent 6575af1 commit ae996ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArduinoIoTCloudTCP.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
#endif

#if defined(BOARD_HAS_OFFLOADED_ECCX08)
WiFiSSLClient _sslClient;
WiFiBearSSLClient _sslClient;
#elif defined(BOARD_HAS_ECCX08)
BearSSLClient _sslClient;
#elif defined(ARDUINO_PORTENTA_C33)
Expand Down

0 comments on commit ae996ce

Please sign in to comment.