-
-
Notifications
You must be signed in to change notification settings - Fork 725
Add USB send timeout #152
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
Add USB send timeout #152
Conversation
✅ Build completed. ⬇️ Build URL: ℹ️ To test this build:
|
Hi @RamonRibes, Could you please tryout this build with the following sketch. Then open and close the Serial Monitor in the IDE. The LED should continue to blink after you do so.
|
Test procedure: -Build Pull Request #152 as instructed. |
@RamonRibes great news! So there is a solution for 1/3 problems you are facing so far. |
Closing this now in favour of #154. |
Fix missing unsigned pin and indetation
This change adds a 70 millisecond timeout on USB sends.
Related to one of the problems in arduino-libraries/WiFi101#72 (comment). On Windows, if you open and close the Serial Monitor with a sketch that uses
SerialUSB.println(...)
the entire sketch will hang.