Tasmota/lib/TasmotaSerial-3.0.0/library.json

16 lines
429 B
JSON
Raw Normal View History

{
"name": "TasmotaSerial",
2020-04-20 11:27:29 +01:00
"version": "3.0.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:08:27 +01:00
"platforms": "espressif8266","espressif32"
}