We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7aa4d commit 6babc12Copy full SHA for 6babc12
src/ArduinoIoTCloudLPWAN.cpp
@@ -51,7 +51,7 @@ ArduinoIoTCloudLPWAN::ArduinoIoTCloudLPWAN()
51
, _retryEnable{false}
52
, _maxNumRetry{5}
53
, _intervalRetry{AIOT_CONFIG_INTERVAL_RETRY_DELAY_ms}
54
-, _thing_property_container{0}
+, _thing_property_container()
55
, _last_checked_property_index{0}
56
{
57
0 commit comments