Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
d88c14b9
Unverified
Commit
d88c14b9
authored
Sep 07, 2020
by
Terry Ellison
Committed by
GitHub
Sep 07, 2020
Browse files
Update node.c
Redo last change
parent
41c5f8fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/node.c
View file @
d88c14b9
...
@@ -873,7 +873,7 @@ LROT_BEGIN(node, NULL, 0)
...
@@ -873,7 +873,7 @@ LROT_BEGIN(node, NULL, 0)
LROT_FUNCENTRY
(
info
,
node_info
)
LROT_FUNCENTRY
(
info
,
node_info
)
LROT_TABENTRY
(
task
,
node_task
)
LROT_TABENTRY
(
task
,
node_task
)
LROT_FUNCENTRY
(
flashindex
,
node_lfsindex
)
LROT_FUNCENTRY
(
flashindex
,
node_lfsindex
)
LROT_FUNCENTRY
(
flashreload
,
lua
_lfsreload
)
LROT_FUNCENTRY
(
flashreload
,
node
_lfsreload
)
LROT_TABENTRY
(
LFS
,
node_lfs
)
LROT_TABENTRY
(
LFS
,
node_lfs
)
LROT_FUNCENTRY
(
setonerror
,
node_setonerror
)
LROT_FUNCENTRY
(
setonerror
,
node_setonerror
)
LROT_FUNCENTRY
(
startupcommand
,
node_startupcommand
)
LROT_FUNCENTRY
(
startupcommand
,
node_startupcommand
)
...
...
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