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
fb232337
Commit
fb232337
authored
Jan 15, 2022
by
Marcel Stör
Browse files
Fix spelling
parent
ae842672
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/modules/node.md
View file @
fb232337
...
@@ -340,7 +340,7 @@ Submits a string to the Lua interpreter. Similar to `pcall(loadstring(str))`, bu
...
@@ -340,7 +340,7 @@ Submits a string to the Lua interpreter. Similar to `pcall(loadstring(str))`, bu
```
lua
```
lua
sk
:
on
(
"receive"
,
function
(
conn
,
payload
)
node
.
input
(
payload
)
end
)
sk
:
on
(
"receive"
,
function
(
conn
,
payload
)
node
.
input
(
payload
)
end
)
```
```
See
[
the
t
elnet
l
ua module
](
../lua-modules/telnet.md
)
for a working
See
[
the
T
elnet
L
ua module
](
../lua-modules/telnet.md
)
for a working
example.
example.
#### See also
#### See also
...
@@ -421,7 +421,7 @@ Redirects the Lua interpreter to a `stdout` pipe when a CB function is specified
...
@@ -421,7 +421,7 @@ Redirects the Lua interpreter to a `stdout` pipe when a CB function is specified
#### Example
#### Example
See
[
the
t
elnet
l
ua module
](
../lua-modules/telnet.md
)
for a working
See
[
the
T
elnet
L
ua module
](
../lua-modules/telnet.md
)
for a working
example.
example.
#### See also
#### See also
...
...
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