Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mqtt example compile warnings #335

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hmueller01
Copy link

fix mqtt example compile warnings (e.g. char* instead of uint8_t* for strings)
rename DEFAULT_SECURITY to MQTT_SECURITY for better understanding

@kriegste
Copy link

kriegste commented Dec 2, 2020

Thanks. Has anyone managed to change host, user, password( and so on) on the fly? I mean after calling MQTT_InitConnection, MQTT_InitClient and MQTT_Connect.

Calling MQTT_Disconnect and then restarting the init process using MQTT_InitConnection, MQTT_InitClient and MQTT_Connect gets me into big trouble (first it won't reconnect and after the second or third try a WDT reset happens).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants