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
Looks like audioio got disabled inadvertently due to some edits in mpconfigboard.mk. There was a change in from CIRCUITPY_AUDIOIO = 1 to CIRCUITPY_AUDIOIO ?= 1, and that appears not to be overriding the default CIRCUITPY_AUDIOIO ?= 0 earlier in the file.