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
Update WLED to 0.14.0 #9
Merged
Merged
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
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix DDP spec * Adjust DDP type byte to latest spec Allow receiving of RGBW DDP with either old or new bits per channel value --------- Co-authored-by: Aircoookie <[email protected]>
- Aircoookie#2236 - Aircoookie#1984 Better PSRAM handling platformio.ini update On/Off bus handling
Fix repeat segment button remaining hidden Fix third segment row (offset) alignment in 1D mode Keep disabled sound simulation modes as comment for reference New local var for 2D seg UI, improves code legibility
There was is a typo in this line - apparently the "\u" was missing, so the search string was interpreted as octal char instead of unicode.
Add support for segment sets (groups of segments)
Feature implementation
- remove I2C init from usermods - PCF8574 (&co) port expander support - refactor PIR & Rotary encoder & 4LD - reboot race condition - optimisations
…#2988) * Fix for displaying 1bpp bmp files * EleksTubeIPS optimizations * Fixed incorrect paletteSize * stray tab --------- Co-authored-by: Aircoookie <[email protected]>
…alculating from RGB (Aircoookie#3211) * Changes for allowing Alexa to change light color to White when auto-calculating from RGB * Update alexa.cpp Indention * Do not rely on global auto white override (gets white mode from segment light capabilities) * alexa.cpp: Removed unnecessary whitespaces --------- Co-authored-by: Aircoookie <[email protected]>
…ed presets are the same (Aircoookie#3226) * Buttons: Trigger when pressing if all configured presets are the same * Add debounce for immediate rising-edge short press --------- Co-authored-by: Aircoookie <[email protected]>
Reduce width of ethernet mode dropdown
- 4LD: prevent corruption on fast Rotary changes - Rotary: implement ISR for I2C reading
beta release preparation.
regenerate UI files from latest sources.
replace low_accuracy math functions (sint_t, cos_t, atan_t, ...) with standard libm functions that have higher accuracy.
- saves 5KB flash and some RAM -allow to build with -D WLED_USE_UNREAL_MATH, to restore old behaviour and save another 6KB flash
fix for Aircoookie#3400 - wrong sunset time 00:00
- removed unneeded self-closing slash
.gitignore Reordered & grouped
…wport-declaration Remove duplicate `viewport` declaration, put lang=en into the right place
chores
audioSyncPacket contains four "invisible" padding bytes added by the compiler. These need to be initialized to zero, as future versions of the protocol will make use of these fields.
Updating "Discord" invite to point to #general
seems this was missing in the previous PR.
plus fixing a small typo in VERSION
Update
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.
No description provided.