mirror of https://github.com/arendst/Tasmota.git
18 lines
444 B
JSON
18 lines
444 B
JSON
{
|
|
"name": "TasmotaSerial",
|
|
"version": "3.1.0",
|
|
"keywords": [
|
|
"serial", "io", "TasmotaSerial"
|
|
],
|
|
"description": "Implementation of software serial with hardware serial fallback for ESP8266 and ESP32.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/arendst/Tasmota/lib/TasmotaSerial"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"espressif8266", "espressif32"
|
|
]
|
|
}
|