mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
16 lines
403 B
JSON
16 lines
403 B
JSON
{
|
|
"name": "ESPeasySerial",
|
|
"version": "1.0.14",
|
|
"keywords": [
|
|
"serial", "io", "softwareserial", "hardwareserial"
|
|
],
|
|
"description": "Wrapper for SoftwareSerial and HardwareSerial for ESP8266 and ESP32",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/TD-er/ESPEasySerial/"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266"
|
|
}
|