esp32/machine_uart: Add txbuf/rxbuf keyword args to UART construct/init.
As per the machine.UART documentation, these are used to set the length of the TX and RX buffers.
Showing
Please register or sign in to comment
As per the machine.UART documentation, these are used to set the length of the TX and RX buffers.