Skip to content

Commit 2a4d68f

Browse files
authored
Update README.md
1 parent 8a326d7 commit 2a4d68f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The default mount points are:
3030

3131
and the filenames are to be prefixed with these paths in the `sqlite3_open()` function (such as `sqlite3_open("/spiffs/my.db")`).
3232

33-
Please see the examples for full illustration of usage for the different file systems. The sample databases given (under data folder) need to be copied to the Micro SD card root folder before the SD example can be used. Please see the comments section of the example.
33+
Please see the examples for full illustration of usage for the different file systems. The sample databases given (under `examples/sqlite3_sdmmc/data` folder) need to be copied to the Micro SD card root folder before the SD examples can be used. Please see the comments section of the example.
3434

3535
## Wiring
3636

@@ -88,7 +88,6 @@ No dependencies except for the Arduino SDK. The Sqlite3 code is included with th
8888

8989
* Locking is not implemented. So it cannot be reliably used in a multi-threaded / multi-core code set, except for read-only operations.
9090
* As of now many features of Sqlite3 have been omitted, except for basic table and index operations. These are expected to be made available shortly.
91-
* The SPI bus wiring is not yet tested.
9291

9392
## Limitations of Flash memory
9493

0 commit comments

Comments
 (0)