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
…2 bug that swaps DAC channels randomly.
- Fixesadafruit#10003.
Stumbled on espressif/esp-idf#11425 bug while testing. It
causes the left and right channels to be swapped randomly on play, which was very confusing.
Worked around by forcing a deinit/init on each play.
Also got confused because board.A0 and board.A1 are not consistently assigned to left/right
channels. Added a documentation warning about this.
.. but I think it should give an error instead, possibly at the shared-bindings level.
This came up in review of #9995, which includes a special case. When fixing this, remove that code when you do.
The text was updated successfully, but these errors were encountered: