Commit Graph

7 Commits

Author SHA1 Message Date
per1234
8f22c7d71f Correct typos in comments and documentation 2021-04-12 00:13:30 -07: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