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
frame-codebase/.vscode/launch.json
Lines 73 to 76 in 8dd9f13
Something like this might be an idea to improve UX for developing via serial interface:
https://github.com/platformio/platformio-core/blob/145142ea6c1d97c92a62999d424c0dd712fbb9f5/platformio/device/list/util.py#L25
But unsure if it makes sense to rebuild this tool or integrate frame into platformio.
Just wanted to give back an idea. Could look like this:
> pio device monitor --- Available ports: --- /dev/cu.Bluetooth-Incoming-Port n/a --- /dev/cu.Bluetooth-Modem n/a --- /dev/cu.SLAB_USBtoUART CP2102 USB to UART Bridge Controller --- /dev/cu.obd2ecu-SPPDev n/a
Doc from platformio
The text was updated successfully, but these errors were encountered:
No branches or pull requests
frame-codebase/.vscode/launch.json
Lines 73 to 76 in 8dd9f13
Something like this might be an idea to improve UX for developing via serial interface:
https://github.com/platformio/platformio-core/blob/145142ea6c1d97c92a62999d424c0dd712fbb9f5/platformio/device/list/util.py#L25
But unsure if it makes sense to rebuild this tool or integrate frame into platformio.
Just wanted to give back an idea.
Could look like this:
Doc from platformio
The text was updated successfully, but these errors were encountered: