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
5161081c
Commit
5161081c
authored
Sep 15, 2015
by
Jonathan Karras
Browse files
Updated comment for mqtt.client parameters.
parent
524cec53
Changes
1
Show whitespace changes
Inline
Side-by-side
app/modules/mqtt.c
View file @
5161081c
...
@@ -548,7 +548,7 @@ void mqtt_socket_timer(void *arg)
...
@@ -548,7 +548,7 @@ void mqtt_socket_timer(void *arg)
NODE_DBG
(
"leave mqtt_socket_timer.
\n
"
);
NODE_DBG
(
"leave mqtt_socket_timer.
\n
"
);
}
}
// Lua: mqtt.Client(clientid, keepalive, user, pass)
// Lua: mqtt.Client(clientid, keepalive, user, pass
, clean_session
)
static
int
mqtt_socket_client
(
lua_State
*
L
)
static
int
mqtt_socket_client
(
lua_State
*
L
)
{
{
NODE_DBG
(
"enter mqtt_socket_client.
\n
"
);
NODE_DBG
(
"enter mqtt_socket_client.
\n
"
);
...
...
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