File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Sqlite3 C API such as `sqlite3_open` can be directly invoked. Before calling ple
1111``` c++
1212 vfs_mount ("/SD0", SS); // for Micro SD Shield
1313 File db_file_obj_1; vfs_set_spiffs_file_obj(&db_file_obj_1); // For SPIFFS
14- `
14+ ```
1515apart from `SPI.begin()` or `SPIFFS.begin()` as appropriate.
1616
1717The SS Pin is D8 on the Micro SD Shield for WeMos D1 mini. It can be changed accordingly.
@@ -29,8 +29,8 @@ Please download this library, unzip it to the libraries folder of your ESP8266 s
2929Windows: C:\Users\( username)\AppData\Roaming\Arduino15
3030Linux: /home/<username >/.arduino15
3131MacOS: /home/<username >/Library/Arduino15
32- `
33- Under Arduino15 folder please navigate to packages/esp8266/hardware/esp8266/<version>/libraries
32+ ```
33+ Under Arduino15 folder please navigate to ` packages/esp8266/hardware/esp8266/<version>/libraries`
3434
3535If you do not have the ESP8266 sdk for Arduino, please see http://esp8266.github.io/Arduino/versions/2.0.0/doc/installing.html for installing it.
3636
You can’t perform that action at this time.
0 commit comments