We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e649174 commit 824f9c4Copy full SHA for 824f9c4
src/ArduinoIoTCloudDevice.cpp
@@ -110,7 +110,7 @@ ArduinoCloudDevice::State ArduinoCloudDevice::handleSendCapabilities() {
110
deliver(reinterpret_cast<Message*>(&deviceBegin));
111
112
/* Subscribe to device topic to request */
113
- ThingBeginCmd thingBegin = { ThingBeginCmdId };
+ ThingBeginCmd thingBegin = { ThingBeginCmdId, {} };
114
deliver(reinterpret_cast<Message*>(&thingBegin));
115
116
/* No device configuration received. Wait: 4s -> 8s -> 16s -> 32s -> 32s ...*/
0 commit comments