hsaturn / TinyMqtt

ESP 8266 / 32 / WROOM Small footprint Mqtt Broker and Client
GNU General Public License v3.0
183 stars 40 forks source link

Unable to compile in Platformio #99

Open Hwerow opened 6 months ago

Hwerow commented 6 months ago

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

hsaturn commented 3 months ago

Strange, I'm using platformio and all is working well. I'll have a look, but not yet, sorry, I'm very busy these days.