From a9d19c32183ddc7c0f980a8c91a09ffeb4ef9895 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 30 Oct 2022 18:30:09 +0100 Subject: [PATCH] [lib] Remove library.json --- library.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 library.json diff --git a/library.json b/library.json deleted file mode 100644 index 96d3ac2..0000000 --- a/library.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "TinyMqtt", - "keywords": "ethernet, mqtt, m2m, iot", - "description": "MQTT is a lightweight messaging protocol ideal for small devices. This library allows to send and receive and host a broker for MQTT. It does support MQTT 3.1.1 with QOS=0 on ESP8266 and ESP32 WROOM platfrms.", - "repository": { - "type": "git", - "url": "https://github.com/hsaturn/TinyMqtt.git" - }, - "version": "0.8.0", - "exclude": "", - "examples": "examples/*/*.ino", - "frameworks": "arduino", - "platforms": [ - "atmelavr", - "espressif8266", - "espressif32" - ] -}