-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Allow the serial monitor to stay opened during upload, disabling it (1.5.x) #2180
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
Conversation
Please test this on a Leonardo (or other mega32u4 based board), cfr. my comment here: |
Can I build this pull request? |
yes 2014-08-22 14:51 GMT+03:00 ArduinoBot notifications@github.com:
|
@avishorp sorry for the comment from arduinobot. we are setting up automated build of all PRs, so that we can provide a downloadable version of the patched IDE |
@ArduinoBot build this please |
Merged build finished. Test PASSed. |
Can one of the admins verify this patch? |
Hello. Above build works perfect for me. How about merge? 🐳 |
Superseded and rebased in #2742 |
This request is a re-implementation of #1891 for the 1.5.x branch.
Currently, the serial monitor window closes when starting program uploading. I find this behavior very annoying since the monitor window has to be opened over and over again after each upload. The attached patch fixes this issue. When upload starts, the window gets disabled. When the upload process ends the window gets re-enabled and become operational immediately (if it is visible). The user can also now open the serial monitor window while uploading is in progress.