You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FastLEDHub allows you to manage all of your [FastLED]([FastLED](https://github.com/FastLED/FastLED)) sketches on the ESP8266 and ESP32 with minimal changes to your existing code. It requires little knowledge about the ESP8266/ESP32 platform making it an ideal playground for beginners getting started with FastLED animations.
9
9
@@ -42,7 +42,7 @@ FastLEDHub allows you to manage all of your [FastLED]([FastLED](https://github.c
42
42
### Manual Installation
43
43
44
44
1. Make sure you have installed the dependencies above
45
-
2. Download the desired version from the [releases](https://github.com/stnkl/FastLEDHub/releases) page
45
+
2. Download the desired version from the [releases](https://github.com/srwi/FastLEDHub/releases) page
46
46
3. Extract the contents of the downloaded zip file
47
47
4. Rename the extracted folder to `FastLEDHub`
48
48
5. Move this folder to your libraries directory `~/Arduino/libraries`)
@@ -52,7 +52,7 @@ FastLEDHub allows you to manage all of your [FastLED]([FastLED](https://github.c
52
52
53
53
```bash
54
54
cd~/Arduino/libraries
55
-
git clone https://github.com/stnkl/FastLEDHub.git
55
+
git clone https://github.com/srwi/FastLEDHub.git
56
56
```
57
57
58
58
To update to the latest version of the library
@@ -220,7 +220,7 @@ Similarly the sunset feature will fade in an animation as soon as the sun sets a
220
220
221
221
### Audio spectrum data
222
222
223
-
[FastLEDHub-AudioViz](https://github.com/stnkl/FastLEDHub_AudioViz) allows you to send audio spectrum data from a Windows audio device to your ESP32/ESP8266. The transmitted data consists of 16 bins corresponding to different frequency ranges in the audio spectrum. Data is transmitted via a websocket connection and can be used by accessing the `FastLEDHub.spectrumData` array from within your animation:
223
+
[FastLEDHub-AudioViz](https://github.com/srwi/FastLEDHub_AudioViz) allows you to send audio spectrum data from a Windows audio device to your ESP32/ESP8266. The transmitted data consists of 16 bins corresponding to different frequency ranges in the audio spectrum. Data is transmitted via a websocket connection and can be used by accessing the `FastLEDHub.spectrumData` array from within your animation:
Copy file name to clipboardExpand all lines: library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ author=Stephan Rumswinkel
4
4
maintainer=Stephan Rumswinkel
5
5
sentence=Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.
6
6
paragraph=FastLEDHub allows you to manage all of your FastLED sketches on the ESP8266 and ESP32 with minimal changes to your existing code. It requires little knowledge about the ESP8266/ESP32 platform making in an ideal playground for beginners getting started with FastLED animations.
0 commit comments