From 2c1851fa1914a1552f09a67ad128f5bd09890f16 Mon Sep 17 00:00:00 2001 From: August Quint <49277349+AugustQu@users.noreply.github.com> Date: Wed, 5 Feb 2020 16:40:46 +0100 Subject: [PATCH] Delete library.json --- EspSoftwareSerial/library.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 EspSoftwareSerial/library.json diff --git a/EspSoftwareSerial/library.json b/EspSoftwareSerial/library.json deleted file mode 100644 index 3415b056..00000000 --- a/EspSoftwareSerial/library.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "EspSoftwareSerial", - "version": "6.6.1", - "keywords": [ - "serial", "io", "softwareserial" - ], - "description": "Implementation of the Arduino software serial for ESP8266/ESP32.", - "repository": - { - "type": "git", - "url": "https://github.com/plerup/espsoftwareserial" - }, - "frameworks": "arduino", - "platforms": "*" -}