Library description better matches what it is now

pull/1/head
Rop 7 years ago
parent 97e3881bbb
commit 2a3e0549d1

@ -1,7 +1,7 @@
{
"name": "ezTime",
"description": "An ESP32 time library, drop-in replacement for Arduino TimeLib, does NTP, supports timezones",
"keywords": "esp32",
"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"

@ -1,10 +1,10 @@
name=ezTime
version=0.0.1
version=0.0.2
author=Rop Gonggrijp
maintainer=Rop Gonggrijp
sentence=An ESP32 time library, drop-in replacement for Arduino TimeLib, does NTP, supports timezones.
sentence=Does NTP, datetime formatted strings, milliseconds and timezones. Drop-in replacement for Arduino Time Library
paragraph=See more on https://github.com/ropg/ezTime
category=Timing
url=https://github.com/ropg/ezTime
architectures=esp32
architectures=*
includes=ezTime.h

Loading…
Cancel
Save