forked from wled-dev/WLED
-
Notifications
You must be signed in to change notification settings - Fork 130
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 AC-main into SR-dev #217
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
Freeze effect. Repeat last segment until end.
Updated arduino core versions Better performance on esp32 core 3.x due to IRAM_ATTR Fixed analog busses init to full white/on
* Date controlled timed presets. * C/P fix for sunset. * Fixed % escape character * Date range support * Date logic fix Co-authored-by: cschwinne <[email protected]>
AP mode delay on boot (wled-dev#2242).
* Use arduino-esp32 2.0.2 for ESP32-S2 LittleFS is merged into it. * Fix filesystem error for ESP32-S2 Use platform of tasmota until upstream released it and use board_build.flash_mode = qio * Fix empty disk usage * Add esp32s2_saola to default_envs * Remove lorol LITTLEFS for esp32dev, too * Revert "Remove lorol LITTLEFS for esp32dev, too" This reverts commit 3586d5e.
Reduced complexity of colorUpdated regarding effect/color change. Minor optimizations.
Fix for incorrect boot state.
Add Home Assisant MQTT autodiscovery for usermod multi_relay.
fix name of image for ST7789 usermod
build with IDF44-rc1 and Arduino from 21.01.2022. Toolchains updated to 8.4.0 2021r2-patch2 The platform can be used for ESP32, ESP32-S2 and ESP32-C3
…d-dev#2617) * added first version (work in progress) * added some sensors to publish * typo * added dependency * mqtt si7021_* names + don't retain * timer to 60 s * some changes to HA auto discovery * added config entries (no function yet) * renaming * made configs work * added getId() * refactoring + wrong mqtt topics fixed * retain HA auto discovery * do not spam serial console on each sensor update * added readme * add update interval info Co-authored-by: Christian Schwinne <[email protected]>
bugfix for outgoing serial TPM2 message length
…ev#2630) handleImprovPacket() unconditionally gobbles serial data which a problem if we want another feature to consume it. This patch uses the same guard as the existing call in `handleSerial()`. Co-authored-by: Thomas Fubar <[email protected]>
* Update wizlights.h adds new features and options for wizlights usermod * Update wizlights.h Change how IPs are numbered. Non-programmers incorrectly start counting at 1 * Update wizlights.h updated default cold white enhanced white setting to a lower value. * Update wizlights.h added logic for connection check before UDP sending. Seems more important for ESP32 * Update readme.md
* added SparkFunDMX library dependencies * changed variable names to avoid conflicts with SparkFunDMX library * board version checks * minor changes to DMX * fix brightness when no shutter DMX channel is set * fix compile issue on newer ESP32 variants
…brightness though the JSON api
🐛 fix(json): allow for using `~-16` or `~16` when setting a segments brightness though the JSON api
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. - [Release notes](https://github.com/bottlepy/bottle/releases) - [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst) - [Commits](bottlepy/bottle@0.12.19...0.12.20) --- updated-dependencies: - dependency-name: bottle dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
overlooked one
commented out the second `strip.isUpdating()` check, because it should not be neccesary; Strip.service() is called after handleIO()/handleButton().
…g_fix_2587 noise filter for potentiometer reading - fix for issue wled-dev#2587
(loop() is executed on different core than handleSet())
When the new sync realtime option "use Main Segment Only" is set, all other segments still might want sound data. So we can't disable processing in this case.
- removed `pinMode(LED_BUILTIN, OUTPUT);` as it does not have any obvious purpose here. Actually it might be dangerous, because LED_BUILTIN defaults to GPIO3 which is 'serial RX' on many boards. - added TPM2NET to realtime overrides list (not related to #214) - updated version date
In the new WLED code, calls to userLoop() seem to be less reliable. This change tries to "catch up" with lost times, by repeating filter runs if needed.
30 minutes till merge ;-)
Thanks @THATDONFC for all the work to bring us up-to-date with upstream WLED. |
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.