Add to platformio
This commit is contained in:
parent
f18668f640
commit
705ca02725
12
library.json
Normal file
12
library.json
Normal file
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user