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