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 AC-main into SR-dev #217

Merged
merged 181 commits into from
Jul 13, 2022
Merged

Merge AC-main into SR-dev #217

merged 181 commits into from
Jul 13, 2022

Conversation

THATDONFC
Copy link
Collaborator

No description provided.

blazoncek and others added 30 commits December 17, 2021 20:33
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]>
* 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
chbartsch and others added 27 commits April 3, 2022 22:30
…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
🐛 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 ;-)
@softhack007
Copy link
Collaborator

Thanks @THATDONFC for all the work to bring us up-to-date with upstream WLED.

@softhack007 softhack007 merged commit bc37184 into dev Jul 13, 2022
@softhack007 softhack007 deleted the dev-ac-merge-a890823 branch July 15, 2022 14:22
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.