mirror of
https://github.com/arendst/Tasmota.git
synced 2025-02-12 13:05:27 +00:00
- TasmotaSerial library from v3.4.0 to v3.5.0 (#14981) - TasmotaSerial implement ``end()`` - ESP32 TasmotaSerial uart mapping to support multiple ``begin()`` and implement ``getUart()`` (#14981)
18 lines
444 B
JSON
18 lines
444 B
JSON
{
|
|
"name": "TasmotaSerial",
|
|
"version": "3.5.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"
|
|
]
|
|
}
|