Release 0.9.1

This commit is contained in:
hsaturn
2022-10-30 19:45:50 +01:00
parent a9d19c3218
commit 776242b259
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
name=TinyMqtt
version=0.8.0
version=0.9.1
author=Francois BIOT, HSaturn, <hsaturn@gmail.com>
maintainer=Francois BIOT, HSaturn, <hsaturn@gmail.com>
sentence=A tiny broker and client library for MQTT messaging.

View File

@@ -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 <rpcWiFi.h>
#endif
#include <vector>
#include <set>
#include <string>