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
Hi I have been using Tinymqtt for a while now in a multiple broker configuration. Previously I was able to compile in platformio by deleting Tiny String.cpp from TinyConsole
Is there a way to just to use tinymqtt without the tiny console ?
Update
After much trouble I found that I had redefined red and black as hex in my code which caused TinyConsole to throw a wobbly. It still would be good to have mqtt separate from the console if that is possible?
Your advice appreciated
Thanks
The text was updated successfully, but these errors were encountered:
Hi I have been using Tinymqtt for a while now in a multiple broker configuration. Previously I was able to compile in platformio by deleting Tiny String.cpp from TinyConsole
However, using https://github.com/hsaturn/TinyMqtt/archive/refs/tags/1.1.0.zip, I am unable to compile in platformio as there are multiple errors in TinyConsole.h. I don't understand what is going on and why there are dependencies in TinyConsole
Is there a way to just to use tinymqtt without the tiny console ?
Update
After much trouble I found that I had redefined red and black as hex in my code which caused TinyConsole to throw a wobbly. It still would be good to have mqtt separate from the console if that is possible?
Your advice appreciated
Thanks
The text was updated successfully, but these errors were encountered: