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

Allow change of MQTT port #197

Open
Orfait opened this issue Nov 28, 2018 · 1 comment
Open

Allow change of MQTT port #197

Orfait opened this issue Nov 28, 2018 · 1 comment

Comments

@Orfait
Copy link

Orfait commented Nov 28, 2018

Hi,

It would be very nice to be able to change the MQTT port, it is not always 1883.

May this feature be added in the future ?

Thank you
Albin

@glynhudson
Copy link
Contributor

Yes, this is a good suggestion. We will look at adding this in the future. For the moment it can be changed by editing the following line then compiling and uploading:

mqttclient.setServer(mqtt_server.c_str(), 1883);

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

No branches or pull requests

2 participants