forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Keeping up to date #3
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
Expand soundSim Tetrix optimisation
Constrains for bitfields. Bugfixes.
- Info Page: add a small horizontal line below usermod specific part. Improves readability. - updated 2D mapping mode of some 1D soundreactive effects - alllow some effects to fade slowly, even slower that possible with SEGMENT.fade_out(). Looks nice. not sure why - most effects only fade when using SEGMENT.fade_out(), while some need SEGMENT.fadeToBlackBy().
- the connected() method only get called once a Wifi STA connection is established. UDP Sound Sync should also work when sender is in AP Mode. - added a few comments that should help to understand the code structure.
Drip to virtualStrip
Encapsulated all parts with #ifdef that will not compile on newer ESP32 variants. It's still a long way to go before we have a working version on -S3 and -C3, bus this should help to get us started. From MoonModule/WLED repo.
Randomcycle palette bugfix.
saves 5kB flash Added 4x6 font
- remove conditional audio compile - Random Cycle bugfix - AudioReactive updates - global gamma flags
Fixed no new 2D segments creatable in UI Fixed brightness not applied if `"on":true` present in the same JSON api call Fixed CJK text upside down in namelabel (rotate to nicer direction only if no CJK characters) Gamma correction color enabled by default
small -S3 like Adafruit "QT Py ESP32-C3" seems to need USBCDC.
- mono color with palette option
* BobLight ambilight protocol implementation for WLED * Added usermod ID * Add realtime locking Add port config Bugfixes * Minor optimisation. * Fix WiFiServer start. * Bugfix * Working boblight. * npm run * Add readme * Undo PIR sensor modification. Undo npm run build. * Fix parentheses. * Comments. Cancel realtime when disabled.
…ffects methods called "register" as well unfortunately this breaks build for -C3 and -S3 /.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32c3/include/riscv/include/riscv/semihosting.h:75:19: warning: ignoring asm-specifier for non-static local variable 'a0' register long a0 asm ("a0") = id; ^~ .platformio/packages/framework-arduinoespressif32/tools/sdk/esp32c3/include/riscv/include/riscv/semihosting.h:76:19: warning: ignoring asm-specifier for non-static local variable 'a1' register long a1 asm ("a1") = (long) data;
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](certifi/python-certifi@2022.06.15...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
A lot of spelling corrections. Now repo will sound like educated person :) Co-authored-by: Bill Thomson <[email protected]>
* make SparlFunDMX driver more robust: - made variables static (so they don't overlap with other global variables) - made sure all valriables are properly initialized - do not apply pinMode and digitalRead to invalid pins (as this creates problems on -S3, -C3 and -S2) * disable DMX sending code (unneeded code that may case troubles)
make sure SparkFunDMX driver is not compiled on -S2 and -C3
-check IDF target after including arduino.h -add missing build flags in [env:esp32s2_saola]
- switch off debug messages to USBCDC, if WLED_DEBUG is not set - ensure that analogread pins are valid - invalid pins cause lots of error messages and finally lead to watchdog reset on some MCUs.
github desktop sucks
removing a misleading comment
- capitalize every word in parameters - replace - and _ to space for legibility Swapped includes in FX.cpp
This change corrects of one of my earlier edits. (removes an extra word in the sentence)
Pull upstream changes
Update wizlights user mod so it compiles
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.