diff --git a/library.json b/library.json new file mode 100644 index 0000000..17fb1f4 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "NTPClient", + "keywords": "ntp, client, time", + "description": "A NTPClient to connect to a time server", + "repository": + { + "type": "git", + "url": "https://github.com/FWeinb/NTPClient.git" + }, + "frameworks": "arduino", + "platforms": "espressif" +} \ No newline at end of file