mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
Using mp_hal_delay_ms allows the scheduler to run, which might result in another transmit operation happening, which would bypass the sleep (and fail). Use mp_hal_delay_us instead.