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 6f68f28 commit efc97abCopy full SHA for efc97ab
Deevstock/DeevstockDMX/DeevstockDMX.ino
@@ -206,7 +206,7 @@ void setup() {
206
207
Dmx.setMode(TeensyDmx::DMX_IN);
208
209
- pinMode(LED_BUILTIN, OUTPUT);
+// pinMode(LED_BUILTIN, OUTPUT); --- BREAKS AUDIO ?!
210
211
// FastLED.addLeds<CHIPSET, LED_PIN>(leds, NUM_LEDS).setCorrection(TypicalSMD5050);
212
LEDS.addLeds<OCTOWS2811, RGB>(leds, NUM_LEDS_PER_STRIP);
0 commit comments