Skip to content

Commit b0aeb42

Browse files
committed
updated
1 parent 9888a03 commit b0aeb42

15 files changed

+585
-596
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: c
2+
sudo: false
3+
before_install:
4+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
5+
script:
6+
- build_platform esp8266
7+
notifications:
8+
email:
9+
on_success: change
10+
on_failure: change

CHANGELOG

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
NTPClient 3.1.0 - 2016.05.31
2-
3-
* Added functions for changing the timeOffset and updateInterval later. Thanks @SirUli
4-
5-
NTPClient 3.0.0 - 2016.04.19
6-
7-
* Constructors now require UDP instance argument, to add support for non-ESP8266 boards
8-
* Added optional begin API to override default local port
9-
* Added end API to close UDP socket
10-
* Changed return type of update and forceUpdate APIs to bool, and return success or failure
11-
* Change return type of getDay, getHours, getMinutes, and getSeconds to int
12-
13-
Older
14-
15-
* Changes not recorded
1+
NTPClient 3.1.0 - 2016.05.31
2+
3+
* Added functions for changing the timeOffset and updateInterval later. Thanks @SirUli
4+
5+
NTPClient 3.0.0 - 2016.04.19
6+
7+
* Constructors now require UDP instance argument, to add support for non-ESP8266 boards
8+
* Added optional begin API to override default local port
9+
* Added end API to close UDP socket
10+
* Changed return type of update and forceUpdate APIs to bool, and return success or failure
11+
* Change return type of getDay, getHours, getMinutes, and getSeconds to int
12+
13+
Older
14+
15+
* Changes not recorded

LICENSE

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright © taranais (https://github.com/taranais)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)