Skip to content

Commit 5132d2b

Browse files
committed
Fix build for esp8226
1 parent e9e0434 commit 5132d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
ArduinoIoTCloudClass::ArduinoIoTCloudClass()
2929
: _connection{nullptr}
3030
, _last_checked_property_index{0}
31-
, _time_service{TimeService}
31+
, _time_service(TimeService)
3232
, _tz_offset{0}
3333
, _tz_dst_until{0}
3434
, _thing_id{""}

0 commit comments

Comments
 (0)