5.12.0h * Add support for Software Serial bridge using commands SerialDelimiter, SBaudrate and SSerialSend. Supports 8N1 and text only (#2190) * Add support for Hardware Serial bridge using commands SerialDelimiter, Baudrate and SerialSend. Supports 8N1 and text only (#2182)
16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"name": "TasmotaSerial",
|
|
"version": "1.2.0",
|
|
"keywords": [
|
|
"serial", "io", "TasmotaSerial"
|
|
],
|
|
"description": "Implementation of software serial for ESP8266.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/arendst/Sonoff-Tasmota/lib/TasmotaSerial"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266"
|
|
}
|