Programming package - includes firmware image
Update to work around an issue where MSP430Flasher silently ignores a second consecutive read command. This made the device id
field in airtable always be the same (wrong) value.
So instead we are now only doing one single big read that includes all the regions we need, then we extract the bytes we want from that big read. Slightly wasteful & more complex, but it works.