You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Block N=0 is retransmitted, our FOTA handler might see that
as a completely new FOTA process, if previous one failed.
We should instead return failure if the FOTA is retried as
we already know that we failed the previous time.
If we instead accept the first block, then retries are just
skipped and handled normally.
Signed-off-by: Seppo Takalo <[email protected]>
0 commit comments