Skip to content

Commit efc97ab

Browse files
committed
Fix for Audio Shield
1 parent 6f68f28 commit efc97ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Deevstock/DeevstockDMX/DeevstockDMX.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ void setup() {
206206

207207
Dmx.setMode(TeensyDmx::DMX_IN);
208208

209-
pinMode(LED_BUILTIN, OUTPUT);
209+
// pinMode(LED_BUILTIN, OUTPUT); --- BREAKS AUDIO ?!
210210

211211
// FastLED.addLeds<CHIPSET, LED_PIN>(leds, NUM_LEDS).setCorrection(TypicalSMD5050);
212212
LEDS.addLeds<OCTOWS2811, RGB>(leds, NUM_LEDS_PER_STRIP);

0 commit comments

Comments
 (0)