vonnieda / AVRFuses

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

Breaking changes in avrdude #13

Closed pfeyffer closed 2 years ago

pfeyffer commented 2 years ago

AVRDude Version 7.0 removed the command line option "-s" for safemode prompting. An error message about the invalid parameter is given. AVRFuses breaks when calling AVRDude with the -s parameter while trying to read the fuses. I suggest to drop the -s parameter from the AVRDude call since it has become obsolete.

gpb01 commented 2 years ago

Yes, please, I think you have just to comment out line 487 of AVRFusesController.m

Thanks in advance.

kr15uk commented 2 years ago

Any update on this?! Thanks