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
feat(writer): switch from version 4.80002 to version 5.00001
BREAKING CHANGE: The templates are replaced by the ones from version 5.0. The exported files will not be compatible with IDA ICE 4.8 anymore.
fix(writer): Use MCUH cleaner way of finding decimal places to round
I just discovered this one line of Python I can use to replace the ~15 lines of garbage code I wrote earlier. And it works for all tolerance values. Even those above 1. I think I'm going to use this everywhere now.
I'm also taking the opportunity to clean up a lot of PEP8 stuff.