Skip to content

Fix detach and attach #1231

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

Merged
merged 1 commit into from
Dec 18, 2015
Merged

Fix detach and attach #1231

merged 1 commit into from
Dec 18, 2015

Conversation

Makuna
Copy link
Collaborator

@Makuna Makuna commented Dec 16, 2015

detaching could leave a running timer which would cause issues.
Further, detaching could truncate the last pulse causing a invalid
movement.
This change moves detaching into the ISR so it can maintain the last
pulse and not start any more timers if not needed.

detaching could leave a running timer which would cause issues.
Further, detaching could truncate the last pulse causing a invalid
movement.
This change moves detaching into the ISR so it can maintain the last
pulse and not start any more timers if not needed.
@Makuna
Copy link
Collaborator Author

Makuna commented Dec 16, 2015

this fixes #1133

igrr added a commit that referenced this pull request Dec 18, 2015
@igrr igrr merged commit fa485cd into esp8266:master Dec 18, 2015
@Makuna Makuna deleted the ServoDetachFixes branch January 25, 2016 17:32
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.

2 participants