Skip to content

fix timer conflict between rotary encoder and audio output (again) #145

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alustig3
Copy link
Contributor

@alustig3 alustig3 commented Apr 3, 2025

A conflict between timers used by the rotary encoder and audio output prevents them from being used at the same time

This problem was originally found and discussed here

It was fixed with commit 93a6611 in the v1.8.1 release

Looking through the git history, I am confused/stumped as to where the code regressed.

From what I can tell the next time hardware.py was changed was in ce964c3, but the regression back to the older list of timers isn't marked as a change...

Likewise, from what I can tell, the next time audio.py was changed was in 457c28e, but that commit shows that audio is back to using timer 2, and it is not marked as a change...

Anyway, I reimplemented the same changes as from 93a6611

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.

1 participant