Skip to content
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
wants to merge 2,187 commits into from

Conversation

fl0eb
Copy link

@fl0eb fl0eb commented Oct 1, 2024

The following build breaker is not part of this pull request but is required to compile:
Aircoookie@2264cc5

blazoncek and others added 30 commits August 17, 2023 16:24
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.
- feed WDT even if strip is updating
- provide custom palette names
- handle interface cooldown properly
- rotary encoder ALT fix for custom palettes
* 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.
blazoncek and others added 27 commits March 2, 2024 14:12
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
* 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
@fl0eb fl0eb mentioned this pull request Oct 1, 2024
@awawa-dev
Copy link
Owner

Hi
There are problems with Github Action (outdated) and because you have submitted PR from the master instead of new branch I couldn't fix them in the easy way. So created new PR. Thanks for pointing on build-breaker. Current PR for 0.14.4 is here: #10 . Unfortunately it's not stable on esp32. But release based on 0.14.0 is stable so far: https://github.com/awawa-dev/HyperSerialWLED/releases/tag/h0.14.0

@awawa-dev awawa-dev closed this Oct 23, 2024
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.