• Rodrigo Garcia's avatar
    fix: begin cts rts (#9353) · b92ad557
    Rodrigo Garcia authored
    Begin() may undo a setpins() that has set RTS and/or CTS pin.
    This pins are only changed with RTS and CTS.
    setpins() can be called after or before begin()
    when called before, begin() shall not change those pins.
    b92ad557
esp32-hal-uart.c 38.1 KB