Fix compilation error when not in debug
This commit is contained in:
@@ -37,9 +37,9 @@
|
|||||||
|
|
||||||
#define TINY_MQTT_DEFAULT_CLIENT_ID "Tiny"
|
#define TINY_MQTT_DEFAULT_CLIENT_ID "Tiny"
|
||||||
|
|
||||||
#if TINY_MQTT_DEBUG
|
|
||||||
#include <TinyStreaming.h>
|
#include <TinyStreaming.h>
|
||||||
#include <TinyConsole.h> // https://github.com/hsaturn/TinyConsole
|
#if TINY_MQTT_DEBUG
|
||||||
|
include <TinyConsole.h> // https://github.com/hsaturn/TinyConsole
|
||||||
struct TinyMqtt
|
struct TinyMqtt
|
||||||
{
|
{
|
||||||
static int debug;
|
static int debug;
|
||||||
|
|||||||
Reference in New Issue
Block a user