When a response to .calculateChecksum is received instead of .selectObject, the library will keep waiting for the proper response. It will just log a message, but won't fail the DFU. In #480 @dinesharjani introduced a check for the op code, but was reporting an error. As we don't yet know what is the better approach, let's first try waiting, hoping that we will get more logs from desperate users (sorry!).
This PR fixes #465. Perhaps.
When a response to
.calculateChecksum
is received instead of.selectObject
, the library will keep waiting for the proper response. It will just log a message, but won't fail the DFU. In #480 @dinesharjani introduced a check for the op code, but was reporting an error. As we don't yet know what is the better approach, let's first try waiting, hoping that we will get more logs from desperate users (sorry!).