TFTP Issue - fails when mqqt_client.loop()
Hi,
I can issue the reset (it works) but the TFTP file transfer always times out when I have a particular sketch currently on the controller.
I have narrowed the problem to the inclusion of mqqt_client.loop()
recreating the problem:
a sketch using PubSubClient library and inclusion of the mqqt_client.loop()
will stop the tftp client from functioning
This was solved by reorganizing code. Unsure how it was fixed but in the process of diagnosing the problem it vanished
Your answer
Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!
Keep Informed
About This Forum
This community is for professionals and enthusiasts of our products and services.
Read GuidelinesQuestion tools
Stats
Asked: 12/16/21, 2:12 PM |
Seen: 1164 times |
Last updated: 12/16/21, 3:39 PM |
I since appear to have solved this just by reorganizing the code - It is unclear how this solved the problem but in the process of diagnosing something changed