We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f550818 commit a27021cCopy full SHA for a27021c
src/ArduinoIoTCloudTCP.h
@@ -73,7 +73,7 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
73
virtual int connected () override;
74
virtual void printDebugInfo() override;
75
76
- #if defined(BOARD_HAS_ECCX08) || defined(BOARD_HAS_OFFLOADED_ECCX08)
+ #if defined(BOARD_HAS_ECCX08) || defined(BOARD_HAS_OFFLOADED_ECCX08) || defined(BOARD_HAS_SE050)
77
int begin(ConnectionHandler & connection, bool const enable_watchdog = true, String brokerAddress = DEFAULT_BROKER_ADDRESS_SECURE_AUTH, uint16_t brokerPort = DEFAULT_BROKER_PORT_SECURE_AUTH);
78
#else
79
int begin(ConnectionHandler & connection, bool const enable_watchdog = true, String brokerAddress = DEFAULT_BROKER_ADDRESS_USER_PASS_AUTH, uint16_t brokerPort = DEFAULT_BROKER_PORT_USER_PASS_AUTH);
0 commit comments