diff --git a/library.json b/library.json index 4369b4f..8ece598 100644 --- a/library.json +++ b/library.json @@ -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" diff --git a/library.properties b/library.properties index a7aecae..fb0784e 100644 --- a/library.properties +++ b/library.properties @@ -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