evoggy / crazyflie-pc-client

Other
0 stars 1 forks source link

Cloader needs to handle lost downlink preplies #7

Closed evoggy closed 10 years ago

evoggy commented 10 years ago

When replies are lost in the download this is not detected in Cloader which will cause a hanging since we are waiting for the reply.

Step to reproduce:

Expected behavior: A reply should be received.

Fix: After a timeout (a couple of seconds?) the command should be re-sent. Even for the flashing this is ok, though it will trigger a new flashing of the buffer.


evoggy commented 10 years ago

Fixed in f4e32ec


Original Comment By: Marcus Eliasson

evoggy commented 10 years ago

Fixed in f4e32ec


Original Comment By: Marcus Eliasson