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

Basic fix for issue #23 #1

Merged
merged 1 commit into from
May 25, 2017
Merged

Basic fix for issue #23 #1

merged 1 commit into from
May 25, 2017

Conversation

digidigital
Copy link
Owner

yield() added to timeoutWait() in order to feed ESP8266´s watchdog timer.
No negative effect for other Arduinos.

adafruit#23

Adde yield() to timeoutWait() in order to "feed" the ESP8266´s watchdog timer. 
Arduino reference guide describes yield() -> Passes control to other tasks when called. Ideally yield() should be used in functions that will take a while to complete.
@digidigital digidigital merged commit 6845d11 into master May 25, 2017
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