Removed dependency with Streaming.h

This commit is contained in:
hsaturn
2021-03-24 18:35:11 +01:00
parent b96b36f10c
commit 5ab315e472
6 changed files with 2 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#define TINY_MQTT_DEBUG
#include <TinyMqtt.h> // https://github.com/hsaturn/TinyMqtt
#include <Streaming.h> // https://github.com/janelia-arduino/Streaming
#include <TinyMqtt.h> // https://github.com/hsaturn/TinyMqtt
#include <MqttStreaming.h>
#include <map>
/**