Skip to content

Commit 358194b

Browse files
committed
Cloud: initialize thing id to non null
1 parent 8420fde commit 358194b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/ArduinoIoTCloud.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
ArduinoIoTCloudClass::ArduinoIoTCloudClass()
2929
: _connection{nullptr}
3030
, _time_service(TimeService)
31-
, _thing_id{""}
31+
, _thing_id{"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
3232
, _lib_version{AIOT_CONFIG_LIB_VERSION}
33-
, _device_id{""}
33+
, _device_id{"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"}
3434
, _cloud_event_callback{nullptr}
3535
{
3636

0 commit comments

Comments
 (0)