From 776242b259c07af615814b8dd7538503764f6098 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 30 Oct 2022 19:45:50 +0100 Subject: [PATCH] Release 0.9.1 --- library.properties | 2 +- src/TinyMqtt.h | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 4581787..5a1410b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyMqtt -version=0.8.0 +version=0.9.1 author=Francois BIOT, HSaturn, maintainer=Francois BIOT, HSaturn, sentence=A tiny broker and client library for MQTT messaging. diff --git a/src/TinyMqtt.h b/src/TinyMqtt.h index d852d48..fb85d52 100644 --- a/src/TinyMqtt.h +++ b/src/TinyMqtt.h @@ -20,6 +20,14 @@ #else #define dbg_ptr uint32_t #endif + +#ifdef WIO_TERMINAL + // Uncommon board handling + // If you have a problem with this line, just remove it. + // Note: https://github.com/hsaturn/TinyMqtt/issues/41 + #include +#endif + #include #include #include