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 b5b0605 commit 16c6079Copy full SHA for 16c6079
src/ArduinoIoTCloudTCP.cpp
@@ -59,12 +59,14 @@ ArduinoIoTCloudTCP::ArduinoIoTCloudTCP()
59
#ifdef BOARD_HAS_SECRET_KEY
60
, _password("")
61
#endif
62
+, _brokerTLSClient(nullptr)
63
, _mqttClient{nullptr}
64
, _messageTopicOut("")
65
, _messageTopicIn("")
66
, _dataTopicOut("")
67
, _dataTopicIn("")
68
#if OTA_ENABLED
69
+, _otaTLSClient(nullptr)
70
, _ota(&_message_stream)
71
, _get_ota_confirmation{nullptr}
72
#endif /* OTA_ENABLED */
0 commit comments