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

@@ -2,12 +2,6 @@
#include <sstream>
#include <Streaming.h>
#if TINY_MQTT_DEBUG
#define debug(what) { Serial << __LINE__ << ' ' << what << endl; delay(100); }
#else
#define debug(what) {}
#endif
void outstring(const char* prefix, const char*p, uint16_t len)
{
return;