From 2a3e0549d11ed3e2d751b29acee33f3f59c860d9 Mon Sep 17 00:00:00 2001 From: Rop Date: Mon, 27 Aug 2018 22:29:57 +0200 Subject: [PATCH] Library description better matches what it is now --- library.json | 4 ++-- library.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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