Skip to content

Commit fb982c3

Browse files
committed
Version 0.1.3
1 parent 2964bc4 commit fb982c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ESPNtpClient",
33
"frameworks": "arduino",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"keywords": "time, date, hour, minute, second, day, week, month, year, RTC, NTP, millisecond",
66
"platforms": ["espressif32", "espressif8266"],
77
"description": "High accuracy NTP client library",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=ESPNTPClient
2-
version=0.1.2
2+
version=0.1.3
33
author=German Martin
44
maintainer=German Martin
55
sentence=High accuracy NTP client library
66
paragraph=Enables ESP32 or ESP8266 boards to get NTP synchrisation with milliseconds accuracy
77
category=Timing
88
url=https://github.com/gmag11/ESPNtpClient
9-
architectures=*
9+
architectures=esp32,esp8266

src/ESPNtpClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file ESPNtpClient.h
3-
* @version 0.1.2
4-
* @date 30/11/2020
3+
* @version 0.1.3
4+
* @date 01/12/2020
55
* @author German Martin
66
* @brief Library to get system sync from a NTP server with microseconds accuracy in ESP8266 and ESP32
77
*/

0 commit comments

Comments
 (0)