mycontroller-org / MyControllerDevice

MyController supported MQTT ESP8266 library
http://www.mycontroller.org
Apache License 2.0
4 stars 4 forks source link

Passwort authentification broken #12

Closed cimba007 closed 6 years ago

cimba007 commented 6 years ago

https://github.com/mycontroller-org/MyControllerDevice/blob/75f2d44eb35e63ac92c6d944ae1a1ede4f78ad6c/MyController.cpp#L388

should read

      mqttClient.connect(WiFi.hostname().c_str(), _mqttUser, _mqttPwd);

Sadly nobody noticed this ..

jkandasa commented 6 years ago

@cimba007 Thank you!