From 5e1ca234cce36f251edd78dc3d5a5ce4d4c76a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 24 Apr 2018 13:58:10 +0200 Subject: [PATCH] Fix config reference --- docs/en/modules/sqlite3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/sqlite3.md b/docs/en/modules/sqlite3.md index a18f382e..bba6647c 100644 --- a/docs/en/modules/sqlite3.md +++ b/docs/en/modules/sqlite3.md @@ -9,7 +9,7 @@ This module depens on [SQLite3](http://www.sqlite.org/) library developed by Dwa For instruction on how to use this module or further documentation, please, refer to [LuaSQLite3 Documentation](http://lua.sqlite.org/index.cgi/doc/tip/doc/lsqlite3.wiki). -This module is a stripped down version of SQLite, with every possible OMIT_\* configuration enable. The enabled OMIT_\* directives are available in the module's [Makefile](../../../app/sqlite3/Makefile). +This module is a stripped down version of SQLite, with every possible OMIT_\* configuration enable. The enabled OMIT_\* directives are available in the module's [config file](../../../app/sqlite3/config_ext.h). The SQLite3 module vfs layer integration with NodeMCU was developed by me.