forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing update to WLED 0.14.4 (crashing) #10
Open
awawa-dev
wants to merge
185
commits into
master
Choose a base branch
from
update_to_0_14_4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit b4f08fa.
(saves a few bytes and IE10 is over 10 years old and unsupported) Correct HTML language attribute (Chrome would show a popup asking to translate from Portugese)
…to enable and disable." This reverts commit 44197d9.
Topic 1, 2 I made the change, took it off the website and put it in the Preset section under the +Preset, +Playlist buttons, it was in a good location. Topic 3, 4 It reloads because it needs the updated information so that it can create the preset correctly with all the information generated from the selected image. Topic 5 The change has already been made, it just hasn't gone up yet, it's default upload Topic 6, 7 Fixed
It was missing to upload this file in the commit. - PXMagic is enabled by default in the Preset tab, and can be disabled in Settings, UI session
…(loud fans) like delta fans to cap at a maximum percentage to keep noise down.
Mode blending option Optimisations
…-fan-usermod added the max fan pct to the PWM-Fan usermod.
Usermod SSDR - allow configurable leading zero
This reverts commit ba49da7.
Release the json buffer lock as soon as we've finished serializing. This should slightly reduce the number of lock collisions as the response class isn't destructed until after the last packet is ack'd.
Trying to explain why any PR should have a`description`
- Fix for transition 0 (Aircoookie#3854, Aircoookie#3832, Aircoookie#3720) - copyright year update - updated AsyncWebServer to v2.2.0
Create new stale.yml
* Update stale.yml Update pr text Schedule action 3 times a day * Delete old .github/stale.yml * Set exempt-all-milestones to true in stale.yml
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Because of this we don't need to run this action 3 times a day
Increase operations-per-run in stale.yml
Hopefully this fixes the error messages that were thrown the last time the action was executed
Set stale lable to 'stale' and increase operations-per-run in stale.yml
…duinoFFT 2.xx support compilation with new arduinoFFT versions 2.x
- fixes Aircoookie#3978 - FX: Firenoise can use selected palette
This was referenced Oct 23, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Crashing on esp32 (dev) when saving serial port speed. esp8266 (nodemcu) not affected.
Version 0.14.0 works fine.