Tasmota/lib
wir3z b8752b7272 TasmotaSerial:
- Added transmit parity to software TX.  Software RX just consumes in the incoming parity bit with no error checking.
- Fixed issue where Serial.begin for the ESP8266 was not passing the UART SerialConfig compatible values.

support.ino
- Cleanup to use already present ConvertSerialConfig API.

tasmota.ino:
- Force the baudrate + serial config settings after boot.  Previously, the baudrate would change, but any non 8N1 settings were not applied.

xdrv_08_serial_bridge.ino:
- Increased the software serial bridge buffer size and changed type to prevent overflow.
- Added missing serial config settings to the serial begin.  Previously was forcing 8N1.

xdrv_10_scripter.ino
- Cleanup to use already present ConvertSerialConfig API.
2021-12-22 09:23:15 -07:00
..
default TasmotaSerial: 2021-12-22 09:23:15 -07:00
lib_audio check if _GNU_SOURCE is defined already 2021-12-14 21:29:50 +01:00
lib_basic Final fix for ESP32 WS2812 2021-11-29 21:35:20 +01:00
lib_display merged, ready for PR2 2021-12-18 15:14:47 +01:00
lib_div makes labelCount public 2021-11-23 17:30:36 +01:00
lib_i2c fix redefine warning 2021-12-21 12:19:32 +01:00
lib_rf Improve documentation of protocol format 2021-09-07 17:44:02 +02:00
lib_ssl Change more platform definitions 2021-12-20 21:05:00 +01:00
libesp32 Fixed ESP32 LedPwmMode exception 2021-12-22 16:50:29 +01:00
libesp32_div Webcam reduce lib 2021-12-19 13:52:50 +01:00
libesp32_eink/epdiy correct and rename lib structure 2021-11-07 13:47:24 +01:00
libesp32_lvgl Set framework and platform for lv_berry 2021-12-20 18:29:47 +01:00