Commit Graph

15 Commits

Author SHA1 Message Date
Alexander Entinger
367254d9d6
Merge pull request #71 from theandy94/master
added method to test if time was set correctly
2021-05-25 06:50:30 +02:00
per1234
8f22c7d71f Correct typos in comments and documentation 2021-04-12 00:13:30 -07:00
theandy94
81ac5d71a1
Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <accounts@perglass.com>
2019-05-23 15:42:45 +02:00
theandy94
1ebdff655d
Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <accounts@perglass.com>
2019-05-23 15:42:37 +02:00
theandy94
0bb26f7ccc
Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <accounts@perglass.com>
2019-05-23 15:42:29 +02:00
theandy94
471edf092c
Update examples/IsTimeSet/IsTimeSet.ino
Co-Authored-By: per1234 <accounts@perglass.com>
2019-05-23 15:42:23 +02:00
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