2017-12-25 16:41:12 +00:00
|
|
|
{
|
|
|
|
"name": "TasmotaSerial",
|
2019-10-01 21:58:08 +01:00
|
|
|
"version": "2.4.1",
|
2017-12-25 16:41:12 +00:00
|
|
|
"keywords": [
|
|
|
|
"serial", "io", "TasmotaSerial"
|
|
|
|
],
|
2018-05-10 16:21:26 +01:00
|
|
|
"description": "Implementation of software serial with hardware serial fallback for ESP8266.",
|
2017-12-25 16:41:12 +00:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2019-10-27 11:04:08 +00:00
|
|
|
"url": "https://github.com/arendst/Tasmota/lib/TasmotaSerial"
|
2017-12-25 16:41:12 +00:00
|
|
|
},
|
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "espressif8266"
|
|
|
|
}
|