From 8059b4e0733b99e178002f05983c3572d7f83358 Mon Sep 17 00:00:00 2001 From: "Arundale Ramanathan (Arun)" Date: Sat, 2 Mar 2019 12:20:11 +0530 Subject: [PATCH] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 4fe169a..f761c61 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=1.2 author=Arundale Ramanathan maintainer=Arun sentence=Sqlite3 library for ESP8266 Arduino core (includes Shox96 compression) -paragraph=This Arduino library enables usage of Sqlite3 (v20.01) databases from ESP devices. It includes Shox96 Compression extension. For further information, please visit the given URL. +paragraph=This Arduino library enables storing and accessing of Sqlite3 databases from SPIFFS or MicroSD card connected to ESP8266. It includes Shox96 Compression extension. For further information, please visit the given URL. category=Data Storage url=https://github.com/siara-cc/esp_arduino_sqlite3_lib architectures=esp8266