forked from Aircoookie/WLED
-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Aircoookie#3552 from TripleWhy/seedRandom16
Seed FastLED's RNG
- Loading branch information
1 parent
68dc4d1
commit 451243c
Showing
2 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
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
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
2 comments
on commit 451243c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think it is okay, just go ahead and we will test it.
@troyhacks , where are we with super sync ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, I'm deep inside of other code now. 🤣
I don't think it matters - I'd merge and we can test.
Right now my SuperSync stuff is in use on other test projects for WLED, but we will find out quickly enough and patch it back if needed.
@ewoudwijma this part causes fastled random16() to always be initialised with a different seed at startup.
Please check if that's compatible with sypersync. If it makes things worse, simply comment out the new code block.