5.11.1i * Update TasmotaSerial library to 1.1.0 * Rename commands HlwPCal, HlwUCal and HlwICal to PowerCal, VoltageCal and CurrentCal to be used for both Pow and S31 calibration * Rename commands HlwPSet, HlwUSet and HlwISet to PowerSet, VoltageSet and CurrentSet to be used for both Pow and S31 calibration * Add support for Sonoff S31 Smart Socket with Power Consumption Detection (#1626) * Fix IRReceive Data value (#1663) * Fix compiler warnings (#1774)
9 lines
347 B
Markdown
9 lines
347 B
Markdown
# TasmotaSerial
|
|
|
|
Implementation of software serial library for the ESP8266 at 9600 baud
|
|
|
|
Allows for several instances to be active at the same time.
|
|
|
|
Please note that due to the fact that the ESP always have other activities ongoing, there will be some inexactness in interrupt
|
|
timings. This may lead to bit errors when having heavy data traffic.
|