From ec70559bbcf74ed2ddfb6bee5620228e79b7c070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20G=C3=A4hwiler?= Date: Tue, 15 May 2018 09:30:54 +0200 Subject: [PATCH] added pio config --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..8cb05b7 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "LWMQTT", + "version": "0.6.0", + "keywords": "mqtt, iot", + "description": "The Light Weight MQTT library implements a MQTT 3.1.1 client that is optimized to be used in embedded and constraint systems. It can be used with any operating system and network stack and only requires a handful of callbacks for a full integration.", + "frameworks": "*", + "platforms": "*", + "repository": { + "type": "git", + "url": "https://github.com/256dpi/lwmqtt.git" + } +}