Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaturn committed Oct 30, 2022
1 parent a9d19c3 commit 776242b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 8 additions & 0 deletions src/TinyMqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 776242b

Please sign in to comment.