From 705ca02725bbba8ff65d6757cd9feace3e1af61d Mon Sep 17 00:00:00 2001 From: Fabrice Weinberg Date: Tue, 29 Dec 2015 14:34:14 +0100 Subject: [PATCH] Add to platformio --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json 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