Commit Graph

9 Commits

Author SHA1 Message Date
theandy94
eea4863c9a
Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <accounts@perglass.com>
2019-05-23 15:42:17 +02:00
theandy94
69ce756af8 added method to test if time was set correctly 2019-05-18 11:19:10 +02:00
theandy94
b9fa22617b added method to test if time was set correctly 2019-05-18 10:57:04 +02:00
Uli
ac19e0d7db Added functions for changing the timeOffset and updateInterval later
I added two functions:
```cpp
setTimeOffset(int timeOffset)
```

Allows you to set the offset at a later stage (e.g. upon timezone
changes or change from summertime to standard time)

```cpp
setUpdateInterval(int updateInterval)
```

Allows to set the interval at a later point. This was helpful when not
setting an offset at initialization and e.g. for other sync times during
special occasions.
2016-05-14 12:04:18 +02:00
Sandeep Mistry
5eff0bd78e Add begin API
I’ve made calling this mandatory for now.
2016-04-15 09:03:45 -04:00
Sandeep Mistry
1fabfc5b8d Add UDP instance argument in constructor to support more architectures 2016-04-08 16:34:51 -04:00
Fabrice Weinberg
7f05bf9e4d Remove .begin() from API 2015-12-12 17:21:39 +01:00
Fabrice Weinberg
eae9724b10 Fix basic example 2015-12-12 16:36:34 +01:00
Fabrice Weinberg
25797f1f86 Initial commit 2015-12-08 17:21:16 +01:00