digidotcom / xbee-python

Python library to interact with Digi International's XBee radio frequency modules.
Mozilla Public License 2.0
185 stars 93 forks source link

firmware: ota: use the last block instead of the next on retries #130

Closed ihermida closed 4 years ago

ihermida commented 4 years ago

On remote updates, if a chunk is not sent and needs to be retransmitted, do not ask for the next data block but use the last one.

Signed-off-by: Isaac Hermida isaac.hermida@digi.com