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

Fix FixedLengthSignal::set #402

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Fix FixedLengthSignal::set #402

merged 1 commit into from
Apr 8, 2024

Conversation

portasynthinca3
Copy link
Contributor

@portasynthinca3 portasynthinca3 commented Apr 6, 2024

5657073 has broken the RMT driver. Symbol(*item) creates a copy that is never assigned to anything, making the effects of update useless.

Fixes #389

@thecaralice
Copy link

thecaralice commented Apr 6, 2024

Note: this is the cause of #389 and possibly #384. @portasynthinca3 could you add a "Fixes #389"?

@Vollbrecht
Copy link
Collaborator

Thanks for digging into it, fixing it and providing a PR ❤️

I tested it and can confirm that it works again.

@Vollbrecht Vollbrecht merged commit e30d7ab into esp-rs:master Apr 8, 2024
6 of 8 checks passed
eteq added a commit to eteq/esp-idf-hal that referenced this pull request May 25, 2024
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.

rmt_neopixel no longer works (on esp32c6)
3 participants