From 7709b5eb54a92ec20709e4df2c0d1859bb68449d Mon Sep 17 00:00:00 2001 From: jwhiddon Date: Sat, 6 Aug 2016 11:48:56 -0600 Subject: [PATCH] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 3c649bf..3ddcdec 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,4 @@ sentence=Extended Database Library paragraph=This Arduino Extended Database Library increases the maximum number of records allowed in a database from 256 records (byte) to a theoretical maximum of 4,294,967,295 records (unsigned long). The maximum record size was also increased from 256 bytes (byte) to 65,534 bytes (unsigned int). You may use this library in conjunction with the standard Arduino EEPROM library, an external EEPROM such as the AT24C1024, or any other platform that supports byte level reading and writing such as an SD card. category=Data Storage url=https://github.com/jwhiddon/EDB -architectures=avr,esp8266 +architectures=*