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
e38fc7ac
Commit
e38fc7ac
authored
Jan 23, 2019
by
Kevin Leung
Committed by
Arnim Läuger
Jan 22, 2019
Browse files
Compilation fix (#2623)
parent
8f6f5904
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/mqtt.c
View file @
e38fc7ac
...
...
@@ -553,7 +553,7 @@ static int mqtt_lwt( lua_State* L )
lua_pop
(
L
,
n
);
NODE_DBG
(
"Set LWT topic '%s', qos %d, retain %d, len %d
\n
"
,
mqtt_cfg
->
lwt_topic
,
mqtt_cfg
->
config
.
lwt_qos
,
mqtt_cfg
->
config
.
lwt_retain
,
mqtt_cfg
->
lwt_msg_len
);
mqtt_cfg
->
lwt_topic
,
mqtt_cfg
->
config
.
lwt_qos
,
mqtt_cfg
->
config
.
lwt_retain
,
mqtt_cfg
->
config
.
lwt_msg_len
);
return
0
;
}
...
...
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