Skip to content

Commit b8d5ab7

Browse files
authored
Update README.md
1 parent 412f20a commit b8d5ab7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,13 @@ If you do not have the ESP8266 sdk for Arduino, please see http://esp8266.github
4040
* These problems exist on NodeMCU as well due to low memory on ESP8266
4141
* Retrieving from db having 10 million records has been tested. But it needs stack space to be increased to atleast 6144 bytes. Please modify cores/esp8266/cont.h to increase stack size.
4242
43+
## Limitations of this library
44+
* Multiple SD Cards can be supported (using multiple CS Pins). But as of now only one SD Card is support (/SD0).
45+
* Before opening database files from SPIFFS, the vfs_set_spiffs_file_obj() should be called with a reference to SPIFFS file object
46+
4347
## Acknowledgements
4448
* This library was developed by modifying the VFS layer developed by [Luiz Felipe Silva](https://github.com/luizfeliperj)
4549
* The census2000 and baby names databases were taken from here: http://2016.padjo.org/tutorials/sqlite-data-starterpacks/. But no license information is available.
46-
* The mdr512.db (Million Domain Rank database) was created with data from https://majestic.com/reports/majestic-million and is provided under CC 3.0 Attribution license.
47-
* The (ESP8266 core for Arduino](https://github.com/esp8266/Arduino)
50+
* The mdr512.db (Million Domain Rank database) was created with data from [The Majestic Million](https://majestic.com/reports/majestic-million) and is provided under CC 3.0 Attribution license.
51+
* The [ESP8266 core for Arduino](https://github.com/esp8266/Arduino)
4852
* [The Arduino platform](https://arduino.cc)

0 commit comments

Comments
 (0)