We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Allow changing SerialPlotter port with #defines, to later use with Configurable firmware builder
Add config for serial plotter component: enable, port, baudrate
Accept HardwareSerial port as input for SerialPlotter, open port in setup() function
SerialPlotter
setup()
With this implementation submitted port must be reserved for using only with SerialPlotter
The text was updated successfully, but these errors were encountered:
build(PlatformIO): use defines for repeated configs
3f0211f
Close #34
No branches or pull requests
Implementation PR
No response
Reference Issues
No response
Summary
Allow changing SerialPlotter port with #defines, to later use with Configurable firmware builder
Basic Example
Add config for serial plotter component: enable, port, baudrate
Accept HardwareSerial port as input for
SerialPlotter
, open port insetup()
functionDrawbacks
With this implementation submitted port must be reserved for using only with SerialPlotter
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: