Open kostbill opened 7 years ago
@kostbill Please tell me the details or source code. I don't have your problem.
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!
@kostbill
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.