We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e1327 commit af947a5Copy full SHA for af947a5
ports/raspberrypi/boards/raspberry_pi_pico2/mpconfigboard.mk
@@ -10,4 +10,3 @@ CHIP_FAMILY = rp2
10
EXTERNAL_FLASH_DEVICES = "W25Q32JVxQ"
11
12
CIRCUITPY__EVE = 1
13
-CIRCUITPY_AUDIOEFFECTS = 1
ports/raspberrypi/mpconfigport.mk
@@ -64,6 +64,9 @@ CIRCUITPY_PICODVI ?= 1
64
# Our generic touchio uses a pull down and RP2350 A2 hardware doesn't work correctly.
65
# So, turn touchio off because it doesn't work.
66
CIRCUITPY_TOUCHIO = 0
67
+
68
+# Audio effects
69
+CIRCUITPY_AUDIOEFFECTS ?= 1
70
endif
71
72
INTERNAL_LIBM = 1
0 commit comments