Skip to content

Commit

Permalink
removed SoftwareSerial from libdeps
Browse files Browse the repository at this point in the history
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 <gpm@hotplug.ru>
  • Loading branch information
vortigont committed Mar 10, 2021
1 parent ecb01be commit d0dbb56
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions library.json
Expand Up @@ -15,11 +15,4 @@
},
"platforms": "*",
"version": "1.1.2",
"dependencies": [
{
"name": "EspSoftwareSerial",
"version": ">=3.2.0",
"platforms": "espressif8266"
}
]
}

0 comments on commit d0dbb56

Please sign in to comment.