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?
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