Skip to content

Commit bdef41d

Browse files
committed
Fix ESP8266 build
1 parent 5430634 commit bdef41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
ArduinoIoTCloudClass::ArduinoIoTCloudClass()
2929
: _connection{nullptr}
30-
, _time_service{ArduinoIoTCloudTimeService()}
30+
, _time_service(ArduinoIoTCloudTimeService())
3131
, _tz_offset{0}
3232
, _tz_dst_until{0}
3333
, _thing_id{""}

0 commit comments

Comments
 (0)