lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
256 stars 130 forks source link

Failed partial flash defeats hashes #398

Open pelikhan opened 5 years ago

pelikhan commented 5 years ago

When doing a partial flash, we start by writing the hash section of the MakeCode region. When we query the hash information again, we get the updated hashes alghouth the rest of the flashing might have failed.

The service should return 0 as hash for MakeCode if it is still in the process of flashing.

@jaustin @finneyj @microbit-sam