mirror of
https://github.com/micropython/micropython.git
synced 2026-01-12 23:17:15 +01:00
In non-blocking mode (timeout=0), uart.write() can now transmit all of its data without raising an exception. uart.read() also works correctly in this mode. As part of this patch, timout_char now has a minimum value which is long enough to transfer 1 character. Addresses issue #1533.
677 B
677 B