-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ESP-NOW sync (including audioreactive) with slave search for master's channel #4066
Closed
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
52f2fa9
Search for master by hopping channels
blazoncek 765c8f5
Merge branch '0_15' into esp-now-search
blazoncek 7a162e6
Update
blazoncek c399487
Fix for channel drift
blazoncek 26e2c0e
Improvments.
blazoncek 7f50822
Merge branch '0_15' into esp-now-search
blazoncek 1ba99e8
Fix for packet size.
blazoncek 39be781
Reconnect issues
blazoncek ea9bef6
Add ESP-NOW audio sync POC
blazoncek 0656912
Fix branch bleed error
blazoncek bb49afa
Revert v2 header
blazoncek b24dc4f
Merge branch '0_15' into esp-now-search
blazoncek 231719d
Connection refactoring
blazoncek 38533a4
Merge branch '0_15' into esp-now-search
blazoncek 954fb96
Fix for ethernet compile
blazoncek 98266eb
Add some debug timings
blazoncek df4bd99
Refactor network connectivity
blazoncek 0bf1caf
Some clarifications, ETH fix
blazoncek 58a086d
Merge branch '0_15' into esp-now-search
blazoncek 87e2b23
void
blazoncek 8ca5280
Merge branch '0_15' into esp-now-search
blazoncek 7c7d848
Remove erroneous #endif
blazoncek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Why does this commit have changes that do not relate to ESP-NOW?
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.
As nobody is really taking care of upstream audioreactive usermod ATM I took the liberty to fix inconsistencies in
float
usage while I was at implementing ESP-NOW sync for it. The changes do not change behaviour in any way.There is a breaking change in v2 sync header to allow differentiation of packets when future usermods will implement their own ESP-NOW handling. This change is necessary IMO.
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.
@blazoncek Sorry this is not true at all. For sure you may add subtle bugs into audioreactive as you wish. But it's not a good idea to "sneak in" such changes under to cover of "esp-now enhancements". I an still here, and in case you want to modify audioreactive core functions, why not do it in a separate PR that gets my full attention?