From 08146e77755f10324ffa26ffd255216c62b9b779 Mon Sep 17 00:00:00 2001 From: Hrvoje Seketa Date: Wed, 7 Oct 2020 12:33:27 +0200 Subject: [PATCH] arduino: removed 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 7d9705d..0000000 --- a/library.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "homecontrol-mqtt", - "keywords": "ethernet, wifi, esp, mqtt, home, automation, smart", - "description": "This library allows you to send and receive MQTT messages with HomeControlAS system.", - "repository": { - "type": "git", - "url": "https://github.com/HomeControlAS/homecontrol-mqtt" - }, - "version": "0.1", - "examples": "examples/*/*.ino", - "frameworks": "arduino", - "platforms": [ - "espressif8266" - ], - "dependencies": - [ - ] -}