vonnieda / AVRFuses

A simple, graphical AVR fuse editor front end for avrdude
Other
61 stars 12 forks source link

Can't run with AVRDude 8.0 #17

Open dimitar-a-dimitrov opened 4 weeks ago

dimitar-a-dimitrov commented 4 weeks ago

I noticed that there is something wrong when using AVRDude 8.0. The app issues FAILURE in the log form. I debugged it and figure out that there is a case sensitive search for the string Version. However on AVRDude 8.0 it prints version - all lower case. So the fix should be in AVRFuseController.m, at line 427, as follows:

range = [line rangeOfString: @"version" options:NSCaseInsensitiveSearch];

I tried to create PR but there was a drama with my credentials.

Best regards

jon-daemon commented 2 days ago

I also have avrdude 8 installed and I cannot use it with a usbasp clone I tried.