-
Notifications
You must be signed in to change notification settings - Fork 235
OTA enhancement. Split port and uploadPort in arduino.json #362
base: main
Are you sure you want to change the base?
Conversation
We might need differentiate the upload port with the serial port or OTA port. Current there are two issues here:
|
@yaohaizh thank you for your feedback! Regading your comments.
|
yaohaizh try to do this, but not check in code at last, need to discuss again how to do it |
@sernaleon sorry for the slow response, we are working on your pr, thank you for your contribution. @liydu, from UX perspective, please help to check / design how to arrange 2 ports in the status bar. |
Any update about this? I would really like to be able to upload my sketch using OTA. |
Any update on this? I upload all my sketches using a programmer but need to use the serial monitor as well. From the description, it sounds like it wilt enable functionality to keep serial monitor open when uploading without being forced to change the serial port and close the serial monitor. This functionality is what I am used to with my previous arduino development platform (a plug in for visual studio) and would be a huge time-saver for me. |
hello, I created a community fork at https://github.com/vscode-arduino/vscode-arduino. |
This PR adds a new (optional) property in arduino.json, uploadPort. If defined, the user can specify an IP address or another COM port without closing the serial monitor. If not defined, uploadPort will default to port value, keeping the existing functionality.
Features:
Possible improvements: