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
9cedfd47
Commit
9cedfd47
authored
Jun 05, 2016
by
Arnim Läuger
Browse files
fix typo for mqtt
parent
65e83fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/en/lua-developer-faq.md
View file @
9cedfd47
...
@@ -135,7 +135,7 @@ SDK Callbacks include:
...
@@ -135,7 +135,7 @@ SDK Callbacks include:
| net.server |
`sk:listen(port,[ip],function(socket))`
|
| net.server |
`sk:listen(port,[ip],function(socket))`
|
| net |
`sk:on(event, function(socket, [, data]))`
,
`sk:send(string, function(sent))`
,
`sk:dns(domain, function(socket,ip))`
|
| net |
`sk:on(event, function(socket, [, data]))`
,
`sk:send(string, function(sent))`
,
`sk:dns(domain, function(socket,ip))`
|
| gpio |
`trig(pin, type, function(level))`
|
| gpio |
`trig(pin, type, function(level))`
|
| mq
q
t |
`client:m:on(event, function(conn[, topic, data])`
|
| mq
t
t |
`client:m:on(event, function(conn[, topic, data])`
|
| uart |
`uart.on(event, cnt, [function(data)], [run_input])`
|
| uart |
`uart.on(event, cnt, [function(data)], [run_input])`
|
...
...
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