mycontroller-org / MyControllerDevice

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

Wrong mqtt server input #3

Closed wengjjpaul closed 7 years ago

wengjjpaul commented 7 years ago

If I key in a wrong mqtt server to the Arduino, the Arduino gets stucked searching for mqtt server. Is there anyway to fix this? I had to clear ROM to rehost hotspot

jkandasa commented 7 years ago

@wengjjpaul You have to assign FACTORY_RESET_PIN on https://github.com/mycontroller-org/MyControllerDevice/blob/master/McConfig.h#L30 and hold this button to 0 for 9 seconds.

wengjjpaul commented 7 years ago

@jkandasa I see. Thank you for the info!

jkandasa commented 7 years ago

@wengjjpaul Does this info helps?

wengjjpaul commented 7 years ago

Yes. Thank you

jkandasa commented 7 years ago

Thanks. I will close this issue.