Tasmota/lib/default/TasmotaSerial-3.1.0/library.json

18 lines
444 B
JSON
Raw Normal View History

{
"name": "TasmotaSerial",
"version": "3.1.0",
"keywords": [
"serial", "io", "TasmotaSerial"
],
2020-04-20 11:27:29 +01:00
"description": "Implementation of software serial with hardware serial fallback for ESP8266 and ESP32.",
"repository":
{
"type": "git",
2019-10-27 11:04:08 +00:00
"url": "https://github.com/arendst/Tasmota/lib/TasmotaSerial"
},
"frameworks": "arduino",
2020-04-20 14:20:43 +01:00
"platforms": [
"espressif8266", "espressif32"
]
}