peterhinch / micropython_ir

Nonblocking device drivers to receive from IR remotes and for IR "blaster" apps.
MIT License
240 stars 51 forks source link

Deadlock fix ir tx #31

Closed marued closed 9 months ago

marued commented 9 months ago

Fix to issue https://github.com/peterhinch/micropython_ir/issues/30.

I opted for the option to pass or wait. Feel free to use as discussion point or reference for other fix. Here is the reference for the ESP32 .wait_done() method: https://docs.micropython.org/en/latest/library/esp32.html#esp32.RMT.wait_done

peterhinch commented 9 months ago

This is now fixed.