Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21fb01848d | ||
|
|
66b1e71ee2 | ||
|
|
e5115087ea |
@@ -6,7 +6,9 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/hsaturn/TinyMqtt.git"
|
||||
},
|
||||
"version": "0.9.15",
|
||||
"dependencies":
|
||||
{ "hsaturn/TinyConsole" : "*" },
|
||||
"version": "0.9.17",
|
||||
"exclude": "",
|
||||
"examples": "examples/*/*.ino",
|
||||
"frameworks": "arduino",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name=TinyMqtt
|
||||
version=0.9.16
|
||||
version=0.9.17
|
||||
author=Francois BIOT, HSaturn, <hsaturn@gmail.com>
|
||||
maintainer=Francois BIOT <hsaturn@gmail.com>
|
||||
sentence=A tiny broker and client library for MQTT messaging.
|
||||
@@ -7,5 +7,5 @@ paragraph=MQTT is a lightweight messaging protocol. This library allows to host
|
||||
category=Communication
|
||||
url=https://github.com/hsaturn/TinyMqtt
|
||||
architectures=*
|
||||
depends=TinyConsole
|
||||
depends=hsaturn/TinyConsole
|
||||
includes=TinyMqtt.h
|
||||
|
||||
Reference in New Issue
Block a user