Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
ad8f82c6
"vscode:/vscode.git/clone" did not exist on "69ca9078684f66366c461092bdb46172c27b845d"
Unverified
Commit
ad8f82c6
authored
Nov 25, 2020
by
Gregor Hartmann
Committed by
GitHub
Nov 25, 2020
Browse files
fix search path for lua require (#3336)
parent
63d82131
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/lua/luaconf.h
View file @
ad8f82c6
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
//## Modified for eLua
//## Modified for eLua
//## Defaults search modules path to our ROM File System
//## Defaults search modules path to our ROM File System
#ifndef LUA_RPC
#ifndef LUA_RPC
#define LUA_PATH_DEFAULT "
/rfs/?.lua;/rfs/?.lc;/mmc/?.lua;/mmc/?.lc;/rom/?.lua;/rom/?.lc
"
#define LUA_PATH_DEFAULT "
?.lc;?.lua
"
#define LUA_CPATH_DEFAULT ""
#define LUA_CPATH_DEFAULT ""
#else // #ifndef LUA_RPC
#else // #ifndef LUA_RPC
#define LUA_PATH_DEFAULT \
#define LUA_PATH_DEFAULT \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment