electron/fuses

Possibility to ignore unsupported fuses specified in fuses config

kyrylo-hrechykhin opened this issue · 0 comments

It would be nice to have a possibility to flip fuses even though unsupported fuses specified in the config. At the moment flipFuses command throws an exception if current version of electron does not support at least one of the fuse specified. However the code in the flipFuses checks the length of fuseWire. User can have a requirement for having specific fuse config which is applied regardless of electron version. Some applications support different electron versions at a time.