-
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
Conversation
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 wled-dev#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 (wled-dev#3854, wled-dev#3832, wled-dev#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 wled-dev#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
Hi |
The following build breaker is not part of this pull request but is required to compile:
wled-dev@2264cc5