Updated UDP Realtime Control (markdown)

This commit is contained in:
Aircoookie 2020-07-03 18:22:42 +02:00
parent 3427a09f44
commit 752b565f0a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Changing a single LED therefore only requires a packet of 2+4 bytes. All LEDs ma
The software now supports audio-reactive-led-strip!
1. Download [audio-reactive-led-strip](https://github.com/scottlawsonbc/audio-reactive-led-strip) and follow its installation instruction. Use python 3! You can also use my (untested) [fork](https://github.com/Aircoookie/audio-reactive-led-strip). In that case, you can skip step 2 and it should also work with python 2.
1. Download [audio-reactive-led-strip](https://github.com/scottlawsonbc/audio-reactive-led-strip) and follow its installation instruction. You can also use my (untested) [fork](https://github.com/Aircoookie/audio-reactive-led-strip). In that case, you can skip step 2.
2. Insert the following code in led.py after line 66:
m.append(1);
m.append(2);