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
9633b03a
Commit
9633b03a
authored
Jul 16, 2023
by
serg3295
Committed by
J Mattsson
Jan 30, 2024
Browse files
fix: mqtt module
parent
12035a76
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/mqtt.c
View file @
9633b03a
...
@@ -419,7 +419,7 @@ static int mqtt_connect(lua_State* L) {
...
@@ -419,7 +419,7 @@ static int mqtt_connect(lua_State* L) {
ESP_LOGD
(
TAG
,
"connect: mqtt_context*: %p"
,
mqtt_context
);
ESP_LOGD
(
TAG
,
"connect: mqtt_context*: %p"
,
mqtt_context
);
if
(
config
.
broker
.
address
.
uri
!
=
NULL
)
if
(
config
.
broker
.
address
.
uri
=
=
NULL
)
{
{
config
.
broker
.
address
.
port
=
port
;
config
.
broker
.
address
.
port
=
port
;
config
.
broker
.
address
.
transport
=
config
.
broker
.
address
.
transport
=
...
...
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