You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested with "MicroPython v1.23.0, cosmic_unicorn v1.23.0-1 on 2024-06-06; Raspberry Pi Pico W" - unfortunately I don't have any other appropriate boards to test with.
This is somewhat a known-issue for which I have made an upstream fix to MicroPython, but it wont take effect in downstream code until the next MicroPython point release: micropython/micropython#15585
It's somewhat possible to workaround this by using a try / catch / finally block around the i2s audio to explicitly call deinit but it shouldn't be necessary.
Tested with "MicroPython v1.23.0, cosmic_unicorn v1.23.0-1 on 2024-06-06; Raspberry Pi Pico W" - unfortunately I don't have any other appropriate boards to test with.
Steps:
The text was updated successfully, but these errors were encountered: