You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ezTime/library.json

21 lines
495 B

{
"name": "ezTime",
"description": "Does NTP, datetime formatted strings, milliseconds and timezones. Drop-in replacement for Arduino Time Library",
"keywords": "time ntp ",
"authors": {
"name": "Rop Gonggrijp",
"url": "https://github.com/ropg"
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/ropg/ezTime"
},
"version": "0.0.1",
"framework": "arduino",
"platforms": "espressif32"
"build": {
"libArchive": false
}
}