We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7aa4d commit dab2f4cCopy full SHA for dab2f4c
src/ArduinoIoTCloudDevice.cpp
@@ -26,6 +26,8 @@ ArduinoCloudDevice::ArduinoCloudDevice(MessageStream *ms)
26
: CloudProcess(ms),
27
_state{State::Init},
28
_attachAttempt(0, 0),
29
+_propertyContainer(),
30
+_propertyContainerIndex(0),
31
_attached(false),
32
_registered(false) {
33
}
0 commit comments