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
b0328556f5
Update keywords.txt
...
Co-Authored-By: per1234 <accounts@perglass.com>
2019-05-23 15:42:09 +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
vincentVDB
020aaf868d
Update keywords.txt
...
forget ?
setTimeOffset KEYWORD2
setUpdateInterval KEYWORD2
setPoolServerName KEYWORD2
2018-07-11 08:05:00 -04:00
Peeter Normak
6bb8cdafc7
added method for changing time server
2018-06-27 12:23:36 +02:00
Tamas Karpati
10125217d9
Make getter methods const
2018-06-27 12:22:18 +02:00
Kosh
70d6ec4e90
Changed timeOffset from int to long to support timezones with more than 32000 seconds difference from GMT (eg, Australia +10 (36000)) ( #42 )
2018-06-27 12:17:09 +02:00
Testato
126ea3093b
Update README.md
2018-06-27 12:13:08 +02:00
Testato
ea200235c7
New default server
...
https://github.com/arduino-libraries/NTPClient/issues/34
2018-06-27 12:13:08 +02:00
pabloandresm
0825e0cc07
fixes updateInterval & lastUpdate variable type
2018-06-27 12:12:09 +02:00
Sandeep Mistry
9dc9ad184b
Version 3.1.0
2016-05-31 16:33:31 -04:00
Sandeep Mistry
9e96da6e44
Update CHANGELOG
2016-05-31 16:33:15 -04:00
Sandeep Mistry
3c25c4fa2c
Change email to arduino.cc
2016-05-31 16:29:40 -04:00
FWeinb
7433f7da88
Merge pull request #17 from SirUli/master
...
Added functions for changing the timeOffset and updateInterval later
2016-05-25 21:30:40 +02:00
Sandeep Mistry
d9264aadf3
Merge pull request #21 from g-goessel/patch-2
...
Update README.md
2016-05-22 08:23:15 -07:00
Sandeep Mistry
3bb667acb5
Merge pull request #20 from g-goessel/patch-1
...
Update README.md
2016-05-22 08:22:57 -07:00
g_goessel
87e20e0ff0
Update README.md
...
Fixed an error in a comment.
Was throwing `no matching function for call to 'NTPClient::NTPClient(const char [20], int, int)' ` otherwise
2016-05-21 21:15:49 +02:00
g_goessel
608ce2c003
Update README.md
...
This was probably not the speed you wanted :-)
2016-05-21 21:05:54 +02:00
FWeinb
3df8159c7f
Merge pull request #19 from ivankravets/patch-2
...
Update repo URL
2016-05-19 20:03:42 +02:00
Ivan Kravets
371bb848bb
Update repo URL
2016-05-19 20:08:23 +03:00
FWeinb
7716ba2471
Merge pull request #18 from ivankravets/patch-1
...
Add authors and version fields
2016-05-18 21:40:15 +02:00
Ivan Kravets
2f28de0e8c
Add Sandeep Mistry as co-author
2016-05-18 16:26:00 +03:00
Ivan Kravets
40b9ec5147
Add authors and version fields
2016-05-15 00:32:07 +03:00
Uli
85c4caca94
Fixed Readme
...
Initialization with a different timeserver had a missing ntpUDP
Added the default values for interval and offset to the comment of the
default constructor in the ReadMe
2016-05-14 12:08:45 +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
e0fe10f578
Update library.properties
...
update URL
2016-04-19 09:09:24 -04:00
Sandeep Mistry
66f5e90123
Update CHANGELOG
2016-04-19 09:07:18 -04:00
Sandeep Mistry
fac9f516d7
Update README.md
...
Add Travis CI badge
2016-04-18 15:38:19 -04:00
FWeinb
0344dafb22
Merge pull request #16 from arduino-libraries/add-travis
...
Add travis build test
2016-04-18 21:33:51 +02:00
Fabrice Weinberg
9418eb8678
Initial add travis arduino build tests
2016-04-18 21:21:41 +02:00
Sandeep Mistry
fe79989b8b
Change return type of get components to int
2016-04-18 15:08:38 -04:00
Sandeep Mistry
9070f2b11f
Add changelog
2016-04-15 09:20:11 -04:00
Sandeep Mistry
9229123274
Rename getRawTime to getEpochTime
2016-04-15 09:09:23 -04:00
Sandeep Mistry
b0776ef19c
Return result of update() and forceUpdate()
2016-04-15 09:06:30 -04:00
Sandeep Mistry
8dfbf23463
Use hard tabs in keywords.txt
2016-04-15 09:03:45 -04:00
Sandeep Mistry
0167eaed14
Add flag to track if UDP was setup, setup in update if it hasn't been
2016-04-15 09:03:45 -04:00
Sandeep Mistry
20bcfe4c6a
Add end() API
2016-04-15 09:03:45 -04: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
89aa3359a2
Initialize _timeOffset and _currentEpoc to zero
2016-04-13 09:29:27 -04:00
Sandeep Mistry
3c1d6b1c18
Update README.md
...
Correct example
2016-04-12 09:35:34 -04:00
FWeinb
b910b126ba
Merge pull request #8 from sandeepmistry/all-architectures
...
Support for other boards and shields
2016-04-12 14:30:47 +02:00
Sandeep Mistry
1fabfc5b8d
Add UDP instance argument in constructor to support more architectures
2016-04-08 16:34:51 -04:00
FWeinb
056b9b4110
Merge pull request #7 from pnewb/master
...
Adding support for getting numerical day of the week where 0 = Sunday
2016-03-31 12:24:50 +02:00
david
846351ce49
Adding support for getting numerical day of the week where 0 = Sunday
2016-03-30 22:26:04 -07:00
Fabrice Weinberg
705ca02725
Add to platformio
2015-12-29 14:34:16 +01:00
FWeinb
f18668f640
Merge pull request #4 from Testato/patch-1
...
Update README.md
2015-12-23 18:45:12 +01:00