Skip to content

Commit

Permalink
Handle Reset Device response
Browse files Browse the repository at this point in the history
  • Loading branch information
emindoff committed Oct 24, 2023
1 parent c06d8c1 commit 4e8f404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ func ParseResponse(data []byte) (Response, error) {
return parseGetPubKeyResponse(payload)
case CommandTypeDeleteObject:
return nil, nil
case CommandTypeReset:
return nil, nil
case CommandTypeEcho:
return parseEchoResponse(payload)
case CommandTypeDeriveEcdh:
Expand Down

0 comments on commit 4e8f404

Please sign in to comment.