We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab2f4c commit 0b40e42Copy full SHA for 0b40e42
src/ArduinoIoTCloudThing.cpp
@@ -29,7 +29,7 @@ ArduinoCloudThing::ArduinoCloudThing(MessageStream* ms)
29
: CloudProcess(ms),
30
_state{State::Init},
31
_syncAttempt(0, 0),
32
-_propertyContainer(0),
+_propertyContainer(),
33
_propertyContainerIndex(0),
34
_utcOffset(0),
35
_utcOffsetProperty(nullptr),
0 commit comments