Merge pull request #8077 from jepler/nrf-synthio
nrf52840: allow 12 voices
This commit is contained in:
commit
a5e3c6ee82
|
@ -20,6 +20,7 @@ CIRCUITPY_AUDIOBUSIO ?= 1
|
|||
CIRCUITPY_AUDIOCORE ?= 1
|
||||
CIRCUITPY_AUDIOMIXER ?= 1
|
||||
CIRCUITPY_AUDIOPWMIO ?= 1
|
||||
CIRCUITPY_SYNTHIO_MAX_CHANNELS = 12
|
||||
|
||||
# Native BLEIO is not compatible with HCI _bleio.
|
||||
CIRCUITPY_BLEIO_HCI = 0
|
||||
|
|
Loading…
Reference in New Issue