mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
This one has virtual destructor and will use less memory. See issue #930.
16 lines
438 B
JSON
16 lines
438 B
JSON
{
|
|
"name": "EspESPeasySoftwareSerial",
|
|
"version": "3.3.1",
|
|
"keywords": [
|
|
"serial", "io", "softwareserial"
|
|
],
|
|
"description": "Implementation of the Arduino software serial for ESP8266. Adjusted to reduce memory footprint for ESPeasy",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/plerup/espsoftwareserial"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266"
|
|
}
|