You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this code. I'm gone use it in my project.
Just a few questions:
I need a simple client (not server). Should I run an instance of MQTTClient? How to use it? Should I use object of MQTTClient class? Should I create it before loop_forever (TinyWeb server)?
Should it be an object in a separate task (create_task)?
I'm asking you very much to give a simple example of use - if you remember of course ;)