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 9c88197 commit 181bba7Copy full SHA for 181bba7
src/ArduinoIoTCloud.cpp
@@ -28,9 +28,9 @@
28
ArduinoIoTCloudClass::ArduinoIoTCloudClass()
29
: _connection{nullptr}
30
, _time_service(TimeService)
31
-, _thing_id{""}
+, _thing_id{"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
32
, _lib_version{AIOT_CONFIG_LIB_VERSION}
33
-, _device_id{""}
+, _device_id{"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
34
, _cloud_event_callback{nullptr}
35
{
36
0 commit comments