Skip to content

Conversation

@BaptisteHudyma
Copy link
Contributor

I fixed the 2d drift animation, that had a cast error.

I also optimized the loop a little.

blazoncek and others added 30 commits December 21, 2023 21:02
Throttle for ESP8266
This is a band-aid for ESP8266 JSON corruption and not a proper fix.
Fix bug that welcome page was not shown
Allows for "pixel perfect" liveview instead of diffused view, to better match what's shown at https://kno.wled.ge/features/effects/. This will make it easier to see what the LEDs are doing, although it may not be as accurate a representation for installations with diffused LEDs. Includes fallback to CSS gradient method for browsers that don't support canvas.
setMode() fix for selecting gap
UI error messages
Update of BusManager class (static)
Allow PSRAM (SPI RAM) to be used for JSON buffer
This also adds support for ETag caching for the settings pages
Also fixed some issues with the previous caching not being RFC 7232 compliant.
Add JSONBufferGuard, an RAII lock guard class for JSONBufferLock
analogous to std::lock_guard.  This permits binding the guard to a scope,
such as an object life cycle or function body, guaranteeing that the
lock will be released when the scope exits.
blazoncek and others added 21 commits March 2, 2024 14:29
LockedJsonResponse: Release early if possible
This reverts commit 0003845.
Update setup-node and cache usermods in wled-ci.yml
- compile time button configuration wled#3792
- remove IR config if not compiled
- additional string optimisations
Additional string optimisation
This reverts commit cb5eb9e, reversing
changes made to da5c12f.
Fix spaces missing in HTML somehow
Update copyright year
Add 160MHz builds for ESP8266
@BaptisteHudyma BaptisteHudyma mentioned this pull request Mar 12, 2024
1 task
@BaptisteHudyma
Copy link
Contributor Author

I have also a one line change huge optimization to the Waverly animation, that is not a bug, should I add it to this MR as another commit ?

@BaptisteHudyma BaptisteHudyma force-pushed the 3813-fix-the-drift-animation branch from 2060d93 to 37cddfe Compare March 12, 2024 09:31
@blazoncek
Copy link
Collaborator

Please re-base for 0_15 branch as requested in CONTRIBUTING.md

@BaptisteHudyma BaptisteHudyma force-pushed the 3813-fix-the-drift-animation branch from 37cddfe to c637769 Compare March 12, 2024 10:57
@BaptisteHudyma
Copy link
Contributor Author

My bad, I'm not used to the online git editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.