Skip to content

avrdude pop-up shows "no name provided" #251

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

Closed
riban-bw opened this issue May 5, 2015 · 5 comments
Closed

avrdude pop-up shows "no name provided" #251

riban-bw opened this issue May 5, 2015 · 5 comments

Comments

@riban-bw
Copy link
Contributor

riban-bw commented May 5, 2015

During upload of firmware to Arduino, the pop-up shows the text, "no name provided". What does this mean? Is there a way to specify what text is shown?

@jantje
Copy link
Member

jantje commented May 5, 2015

can you show me an image?

@riban-bw
Copy link
Contributor Author

riban-bw commented May 5, 2015

Screenshot attached.
averdude

@jantje
Copy link
Member

jantje commented May 5, 2015

Och I see
That is probably something in the code that was not assigned a value.
I don't think there is a way to change the text without coding.

@riban-bw
Copy link
Contributor Author

UploadSketchWrapper.java:155 looks up an build environmental variable which is empty so uses default text, "no name provided". I can't figure out what this line of code is trying to do. Replacing it with:

monitor.beginTask("Uploading \"" + myProject.getName() + "\"", 2);

gives a more useful message in the dialog.

@jantje jantje added the Help wanted If you want to become a active contributor, start looking at this issue. label May 26, 2015
jantje added a commit that referenced this issue Jun 9, 2015
@jantje jantje added status: fixed in 2.4 and removed Help wanted If you want to become a active contributor, start looking at this issue. labels Jun 9, 2015
@jantje
Copy link
Member

jantje commented Jun 9, 2015

should be fixed as requested. please reopen if fix doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants