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 07403c2 commit 660400fCopy full SHA for 660400f
main.cpp
@@ -232,7 +232,7 @@ int main(void)
232
#endif // MBED_CLOUD_CLIENT_SUPPORT_UPDATE
233
234
cloud_client->add_objects(m2m_obj_list);
235
- cloud_client->setup(network); // cloud_client->setup(NULL); -- https://jira.arm.com/browse/IOTCLT-3114
+ cloud_client->setup(network);
236
237
t.start(callback(&queue, &EventQueue::dispatch_forever));
238
queue.call_every(5000, value_increment);
0 commit comments