removed need of Streaming.h if no debug

This commit is contained in:
hsaturn
2021-03-22 02:43:41 +01:00
parent 07c96c19a5
commit 47bc06f0ce
3 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
#define TINY_MQTT_DEBUG
#include <TinyMqtt.h> // https://github.com/hsaturn/TinyMqtt
#include <Streaming.h> // https://github.com/janelia-arduino/Streaming
#include <map>
@@ -360,7 +361,6 @@ void loop()
std::string id=getword(cmd);
if (id.length() or clients.find(id)!=clients.end())
{
s=getword(cmd); // broker name
if (s=="" or brokers.find(s) != brokers.end())
{