Skip to content

Commit dab2f4c

Browse files
committed
ArduinoIoTCloudDevice: add missing initializers
1 parent be7aa4d commit dab2f4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ArduinoIoTCloudDevice.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ ArduinoCloudDevice::ArduinoCloudDevice(MessageStream *ms)
2626
: CloudProcess(ms),
2727
_state{State::Init},
2828
_attachAttempt(0, 0),
29+
_propertyContainer(),
30+
_propertyContainerIndex(0),
2931
_attached(false),
3032
_registered(false) {
3133
}

0 commit comments

Comments
 (0)