-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
#1278 Use FQBN instead of Board
for the monitor ID.
#1279
Conversation
Closes #1278 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Board
for the monitor ID.Board
for the monitor ID.
Note that the proposed changes fix the upload when the monitor is running, however, I see such an error in the logs. I did some investigation, and the same error occurred with From the sources [c0c5556]:
|
I tested it following the steps reported in #1278:
Using 2.0.0-rc9.1 I cannot upload the sketch and I get this error:
With this fix I can upload the sketch on the board correctly. |
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.
This fixes #1278 for me. Thanks Akos!
Regarding the Port monitor error: command 'open' failed: no such file or directory
error you mentioned, I am unfortunate in my fortune of not being able to reproduce it on my Windows and Linux machines.
Since you have it even with previous versions, I don't think it is of concern for this specific PR, but would be worth investigating eventually even if only for the sake of seeing whether a potentially confusing spurious error message could be prevented in some way.
Motivation
To fix the upload functionality in IDE2 when the monitor is running.
Change description
Use
fqbn
(string | undefined
) type instead of theBoard | undefined
for the monitor ID when notifyingMonitorService
before/after executing theupload
command.Other information
Closes #1278
Reviewer checklist