You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently was working with the Atmega328PB and when I clicked on the link to www.engbedded.com/fusecalc I noticed that the 328PB was not in it's database.
However the alpha version of the updated fusecalc (conffuse) did have the 328PB in it's database.
Wouldn't it be nice if AVRDUDESS would link to the alpha version, so that I could see the fuse values right away.
To test if this works I took a binary hex editor and edited the avrdudess.exe file directly. since that is where the URL seems to be stored. I was lucky that the URL length is identical.
there are two places in the executable where I had to make a small change. Here
and here
After applying these changes the executable opens the new alpha version of fusecalc directly, so for me that is fine now.
May I suggest that for a future version the URL to engbedded.com can become a avrdude.conf parameter instead of hardcoded, so that people can edit the URL if they wish to use the alpha version of fusecalc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently was working with the Atmega328PB and when I clicked on the link to www.engbedded.com/fusecalc I noticed that the 328PB was not in it's database.
However the alpha version of the updated fusecalc (conffuse) did have the 328PB in it's database.
Wouldn't it be nice if AVRDUDESS would link to the alpha version, so that I could see the fuse values right away.
To test if this works I took a binary hex editor and edited the avrdudess.exe file directly. since that is where the URL seems to be stored. I was lucky that the URL length is identical.
there are two places in the executable where I had to make a small change. Here
and here
After applying these changes the executable opens the new alpha version of fusecalc directly, so for me that is fine now.
May I suggest that for a future version the URL to engbedded.com can become a avrdude.conf parameter instead of hardcoded, so that people can edit the URL if they wish to use the alpha version of fusecalc.
Beta Was this translation helpful? Give feedback.
All reactions