-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Cannot flash electron OTA if MQTT clinet is connected. #67
Comments
@kostbill |
Hi, thanks for answering me. Later today I will bring up the example and paste the code here. |
I have found a similar issue. The workaround was to use client.disconnect() triggered via the cloud, then to run the OTA update. But this is a poor workaround and implies something is wrong elsewhere. I'm not sure, but some assumptions (given I'm running in threaded mode). Some possibilities could be:
Not sure! |
Did you find a resolution? or cause? |
Hi @CameronTurner , 1-3 that maybe firmware & tcpclient api problem. this library network stack is using tcpclient on particle. check the tcpclient&OTA or firmware source code with your non-blocking simple source code. |
If I run the mqtttest I cannot OTA my electron.
If I don't connect to MQTT broker then I can program it.
This is in the electron. In the photon it is working fine.
The text was updated successfully, but these errors were encountered: