Skip to content

Commit 16c6079

Browse files
committed
Add ctor defaults
1 parent b5b0605 commit 16c6079

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ArduinoIoTCloudTCP.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@ ArduinoIoTCloudTCP::ArduinoIoTCloudTCP()
5959
#ifdef BOARD_HAS_SECRET_KEY
6060
, _password("")
6161
#endif
62+
, _brokerTLSClient(nullptr)
6263
, _mqttClient{nullptr}
6364
, _messageTopicOut("")
6465
, _messageTopicIn("")
6566
, _dataTopicOut("")
6667
, _dataTopicIn("")
6768
#if OTA_ENABLED
69+
, _otaTLSClient(nullptr)
6870
, _ota(&_message_stream)
6971
, _get_ota_confirmation{nullptr}
7072
#endif /* OTA_ENABLED */

0 commit comments

Comments
 (0)