Skip to content

Commit 400646f

Browse files
authored
Update README.md
1 parent 9f349c9 commit 400646f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Control addressable LEDs with an ESP32 via a web browser over Wi-Fi.
66
## Features
77
### Currently Working:
88
* [x] DemoReel100 patterns
9-
* [x] [Sam's multi-core support](https://github.com/samguyer/FastLED/blob/master/examples/DemoReelESP32/DemoReelESP32.ino)
109
* [x] Static web app file serving from SPIFFS
1110
* [x] Ability to adjust these settings via the HTTP REST API:
1211
* [x] power on/off
@@ -67,16 +66,6 @@ Recommended by [Adafruit NeoPixel "Best Practices"](https://learn.adafruit.com/a
6766

6867
#### Libraries
6968

70-
* [samguyer/FastLED](https://github.com/samguyer/FastLED)
69+
* [FastLED](https://github.com/FastLED/FastLED)
7170
* [ESP32 Arduino Libraries & Tools](https://github.com/espressif/arduino-esp32)
7271
* [ESP8266/ESP32 WebServer](https://github.com/bbx10/WebServer_tng)
73-
74-
#### SPIFFS fix
75-
76-
To fix an [issue with serving files from SPIFFS over the web server](https://github.com/jasoncoon/esp32-fastled-webserver/issues/1), I used Yves BAZIN's fix here: https://github.com/hpwit/lib
77-
78-
Copy [libspiffs.a](https://github.com/jasoncoon/esp32-fastled-webserver/raw/master/libspiffs.a) to the ESP32 tools directory:
79-
`\Documents\Arduino\hardware\espressif\esp32\tools\sdk\lib\libspiffs.a`
80-
81-
And copy [esp32fs.jar](https://github.com/jasoncoon/esp32-fastled-webserver/raw/master/esp32fs.jar) to the Arduino tools directory:
82-
`\Documents\Arduino\tools\ESP32FS\tool\esp32fs.jar`

0 commit comments

Comments
 (0)