-
Notifications
You must be signed in to change notification settings - Fork 119
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 ability to send text lines via serial #1660
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I have the Deployment pane always expanded on IDE start. I’d like to have it collapsed by default as it was previously.
isDeploymentInProgress: false, | ||
}; | ||
|
||
export default PortSelect; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 For extracting to a module
3e38d94
to
3266629
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works fine with the board.
But it introduced two bugs into Simulation mode:
- Debugger tab has no top panel with breadcrumbs and "Stop" button
- Watches looks inactive
Also, I've discovered one bug in the Simulation mode (closing debugger tab doesn't stop simulation) and I'll fix it very soon :)
Also, I think it will be nice to select the baud rate in the popup... |
1e926bd
to
587bfd2
Compare
@nkrkv @brusherru Fixed! Check again, please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
587bfd2
to
b4703ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor UX/UI issues:
- Make it more transparent when it's disabled. Because now it looks like something broken. Also, it will be cool to change placeholder text on something like "Connect to Serial first"
- Disable hover effect on disabled "send" button, please
- 2-3px gap is still here
In the rest, LGTM
… event listener” warning
b4703ab
to
3012854
Compare
… via serial Closes #1622
93ab5a0
to
ae85e65
Compare
Closes #1622