Fix unit tests

This commit is contained in:
hsaturn
2022-11-30 20:52:29 +01:00
parent 1fff9fd0e1
commit 3358340319
6 changed files with 6 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
#include "TinyMqtt.h"
#include <sstream>
#ifdef TINY_MQTT_DEBUG
static auto green = TinyConsole::green;
static auto cyan = TinyConsole::cyan;
static auto white = TinyConsole::white;
static auto red = TinyConsole::red;
static auto yellow = TinyConsole::yellow;
#ifdef TINY_MQTT_DEBUG
int TinyMqtt::debug=2;
#endif