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