mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-14 06:45:24 +02:00
* Expose uartStartDetectBaudrate(uart_t *) in esp32-hal-uart.h and call it from HardwareSerial::begin() if baudrate detection is requested (by passing a baudrate of 0) to solve baudrate detection problems * Avoid a division by zero error in uartGetBaudRate()