Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9ebf31e6f | ||
|
|
4b4eb0b684 |
@@ -1,5 +1,5 @@
|
||||
name=TinyMqtt
|
||||
version=0.9.7
|
||||
version=0.9.9
|
||||
author=Francois BIOT, HSaturn, <hsaturn@gmail.com>
|
||||
maintainer=Francois BIOT, HSaturn, <hsaturn@gmail.com>
|
||||
sentence=A tiny broker and client library for MQTT messaging.
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
|
||||
#define TINY_MQTT_DEFAULT_CLIENT_ID "Tiny"
|
||||
|
||||
#if TINY_MQTT_DEBUG
|
||||
#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
|
||||
{
|
||||
static int debug;
|
||||
|
||||
Reference in New Issue
Block a user