Skip to content

Commit 796b9dc

Browse files
authored
Merge pull request #457 from pennam/fix-lpwan
LPWAN: fix property container initialization
2 parents be7aa4d + 6babc12 commit 796b9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ArduinoIoTCloudLPWAN.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ArduinoIoTCloudLPWAN::ArduinoIoTCloudLPWAN()
5151
, _retryEnable{false}
5252
, _maxNumRetry{5}
5353
, _intervalRetry{AIOT_CONFIG_INTERVAL_RETRY_DELAY_ms}
54-
, _thing_property_container{0}
54+
, _thing_property_container()
5555
, _last_checked_property_index{0}
5656
{
5757

0 commit comments

Comments
 (0)