forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Merge all upstream changes until WLED 0.14.4 #8
Closed
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
oappend() silently discards strings when the buffer is full, leading to strange effects like half-working UI pages. The new debug message will help developers to understand what could be wrong.
This reverts commit 2bf052a.
* Add Internal Temperature usermod * Fix line endings * Update readme * Format readme
- for max server name length - for max topic length Fix for Aircoookie#3353
show current local time in info page ⏲️
bracket was on wrong position, resulting in this warning: wled00/set.cpp:357:79: warning: value computed is not used [-Wunused-value] strlcpy(mqttGroupTopic, request->arg(F("MG")).c_str(), MQTT_MAX_TOPIC_LEN)+1;
commit 84148ad Author: Blaz Kristan <[email protected]> Date: Sun Sep 3 12:34:17 2023 +0200 Implement palette colors commit af3c8f6 Author: Blaz Kristan <[email protected]> Date: Tue Aug 1 18:18:41 2023 +0200 revert wled00.ino commit 3097a1b Author: Blaz Kristan <[email protected]> Date: Tue Aug 1 18:13:37 2023 +0200 minor aesthetic fixes commit 54b80f7 Author: Blaz Kristan <[email protected]> Date: Tue Aug 1 18:09:32 2023 +0200 remove unused variable commit 9a78d28 Merge: 56a74bc 1ed8179 Author: Blaz Kristan <[email protected]> Date: Tue Aug 1 18:08:29 2023 +0200 Merge branch 'main' into PJH_ADD_Linearbounce commit 56a74bc Author: pjhatch <[email protected]> Date: Sat Aug 15 12:34:13 2020 -0500 Update FX.cpp Added the improvements suggested by Gregor Hartmann commit a20358b Author: pjhatch <[email protected]> Date: Sun Jul 12 08:33:48 2020 -0500 Adding 2 ball track modes With and without collisions commit 341d9d1 Author: pjhatch <[email protected]> Date: Sun Jul 5 14:55:14 2020 -0500 Update FX.cpp Still 1 bug to fix - this was a test. commit 9cee424 Author: pjhatch <[email protected]> Date: Sun Jul 5 14:53:14 2020 -0500 Update FX.cpp commit 37cb51c Author: pjhatch <[email protected]> Date: Thu Jul 2 14:16:25 2020 -0500 Adding Collision A couple of bugs still need sorting commit 84b7bfb Author: pjhatch <[email protected]> Date: Sun Jun 28 19:59:46 2020 -0500 update for lost balls Added some protection - so that when intensity is lowered and raised some time later balls that have moved way off the track are recovered. commit 04d17e4 Author: pjhatch <[email protected]> Date: Sun Jun 28 19:43:56 2020 -0500 Added Ball Track V1 In this version the balls bounce of the edges and do not interact with one another.
Pjh add linearbounce
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
# Conflicts: # readme.md # wled00/data/index.js # wled00/html_settings.h # wled00/html_ui.h # wled00/wled.cpp # wled00/wled_serial.cpp
Closed
Hi |
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.
The following build breaker is not part of this pull request but is required to compile:
Aircoookie@2264cc5