NTPClient/examples
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
..
Advanced Added functions for changing the timeOffset and updateInterval later 2016-05-14 12:04:18 +02:00
Basic Add begin API 2016-04-15 09:03:45 -04:00