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 e9e0434 commit 5132d2bCopy full SHA for 5132d2b
src/ArduinoIoTCloud.cpp
@@ -28,7 +28,7 @@
28
ArduinoIoTCloudClass::ArduinoIoTCloudClass()
29
: _connection{nullptr}
30
, _last_checked_property_index{0}
31
-, _time_service{TimeService}
+, _time_service(TimeService)
32
, _tz_offset{0}
33
, _tz_dst_until{0}
34
, _thing_id{""}
0 commit comments