We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fe10f commit 40b9ec5Copy full SHA for 40b9ec5
library.json
@@ -2,11 +2,17 @@
2
"name": "NTPClient",
3
"keywords": "ntp, client, time",
4
"description": "A NTPClient to connect to a time server",
5
+ "authors":
6
+ {
7
+ "name": "Fabrice Weinberg",
8
+ "email": "fabrice@weinberg.me"
9
+ },
10
"repository":
11
{
12
"type": "git",
13
"url": "https://github.com/FWeinb/NTPClient.git"
14
},
15
+ "version": "3.0.0",
16
"frameworks": "arduino",
17
"platforms": "espressif"
-}
18
+}
0 commit comments