esp8266-fastled-webserver icon indicating copy to clipboard operation
esp8266-fastled-webserver copied to clipboard

Results 27 esp8266-fastled-webserver issues
Sort by recently updated
recently updated
newest added

Hi, after uploading the projekt with Arduino IDE, it connects with my wifi and when i try to enter the page it says "Not Found: /" ![image](https://user-images.githubusercontent.com/85248180/160433623-4cb06593-3dc7-4fd9-98e0-bc3ac99bf7ac.png)

For the Home Assistant integration we query the `/all` endpoint to get the state of the Fibonacci device. I just updated my Fibonacci256 to the latest version and now notice...

The suggested LittleFS library does not work, first its LITTLEFS.h (capitals) instead of LittleFS.h or it failed the include before doing anything else. Then vfs_api.h can't be found. I tried...

Script function to load css/js from the ESP when offline / error.

@HACKER-3000's original PR #189 included each of the gradient palettes (by convention, variable names ending in `_gp`) in the palette list. However, this appeared to convert each of the gradient...

enhancement

fixes #230 ... at least in part ... by ensuring that a hash of the name for the palette and pattern match the value stored in EEPROM. Used MurMurHash3 for...

When I compile and upload the sketch and Wi-Fi setting (either /dev/ttyUSB, or OTA), the main screen of the web server does not show as much detail as it once...

Having two methods to read/parse/store configuration (EEPROM and JSON) is error-prone (de-synchronized), and increases maintenance costs. See discussion in #216. Thus, it makes sense to store (at least) user-configurable data...

enhancement
code quality / cleanup