From d0dbb56d068e1ba0e154525fbdb9106ea0397639 Mon Sep 17 00:00:00 2001 From: Emil Muratov Date: Wed, 10 Mar 2021 22:46:45 +0300 Subject: [PATCH] removed SoftwareSerial from libdeps SoftwareSerial is bundled into esp8266 Arduino framework. plerup/espsoftwareserial repo contains dev version that might be not compatible with stable Core Signed-off-by: Emil Muratov --- library.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/library.json b/library.json index c404a9d..68422d5 100644 --- a/library.json +++ b/library.json @@ -15,11 +15,4 @@ }, "platforms": "*", "version": "1.1.2", - "dependencies": [ - { - "name": "EspSoftwareSerial", - "version": ">=3.2.0", - "platforms": "espressif8266" - } - ] }