lancaster-university / microbit-dal

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

Partial flashing out of order packet needs the packet num info #399

Open pelikhan opened 5 years ago

pelikhan commented 5 years ago

It would be very helpful to include the expected packet number in the FLASH_DATA out of order message. This allows the client to detect that something really went wrong in the transfer. @microbit-sam @finneyj @jaustin

pelikhan commented 5 years ago

I'm working around this timing out every packet transfer and sending a bogus packet number to force the service to receive the packet again.