You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,13 @@ If you do not have the ESP8266 sdk for Arduino, please see http://esp8266.github
40
40
* These problems exist on NodeMCU as well due to low memory on ESP8266
41
41
* 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.
42
42
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
+
43
47
## Acknowledgements
44
48
* This library was developed by modifying the VFS layer developed by [Luiz Felipe Silva](https://github.com/luizfeliperj)
45
49
* 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)
0 commit comments